mirror of https://github.com/jetkvm/kvm.git
66 lines
2.0 KiB
C
66 lines
2.0 KiB
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.5.2
|
|
// LVGL version: 8.3.6
|
|
// Project name: SquareLine_Project
|
|
|
|
#ifndef _SQUARELINE_PROJECT_UI_H
|
|
#define _SQUARELINE_PROJECT_UI_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "lvgl/lvgl.h"
|
|
|
|
#include "ui_helpers.h"
|
|
#include "ui_events.h"
|
|
|
|
///////////////////// SCREENS ////////////////////
|
|
#include "screens/ui_Settings_Overview_Screen.h"
|
|
#include "screens/ui_Home_Screen.h"
|
|
#include "screens/ui_Manual_Dhcp_Wizard_Screen.h"
|
|
#include "screens/ui_Status_Screen.h"
|
|
#include "screens/ui_About_Screen.h"
|
|
#include "screens/ui_Reset_Device_Screen.h"
|
|
#include "screens/ui_Network_Screen.h"
|
|
#include "screens/ui_Network_Setup_Failed_Screen.h"
|
|
#include "screens/ui_No_Network_Screen.h"
|
|
#include "screens/ui_Boot_Screen.h"
|
|
|
|
///////////////////// VARIABLES ////////////////////
|
|
|
|
// EVENTS
|
|
extern lv_obj_t *ui____initial_actions0;
|
|
|
|
// IMAGES AND IMAGE SETS
|
|
LV_IMG_DECLARE( ui_img_352891484); // assets/back-caret.png
|
|
LV_IMG_DECLARE( ui_img_jetkvm_png); // assets/jetkvm.png
|
|
LV_IMG_DECLARE( ui_img_cloud_png); // assets/cloud.png
|
|
LV_IMG_DECLARE( ui_img_usb_png); // assets/usb.png
|
|
LV_IMG_DECLARE( ui_img_hdmi_png); // assets/hdmi.png
|
|
LV_IMG_DECLARE( ui_img_1318103182); // assets/back-icon.png
|
|
LV_IMG_DECLARE( ui_img_2138704335); // assets/x-icon.png
|
|
LV_IMG_DECLARE( ui_img_536642073); // assets/check-icon.png
|
|
LV_IMG_DECLARE( ui_img_1582207408); // assets/arrow-icon.png
|
|
LV_IMG_DECLARE( ui_img_ethernet_png); // assets/ethernet.png
|
|
LV_IMG_DECLARE( ui_img_1796371062); // assets/boot-logo-2.png
|
|
LV_IMG_DECLARE( ui_img_cloud_disconnected_png); // assets/cloud_disconnected.png
|
|
LV_IMG_DECLARE( ui_img_d2_png); // assets/d2.png
|
|
|
|
// FONTS
|
|
LV_FONT_DECLARE( ui_font_Font_Bold_30);
|
|
LV_FONT_DECLARE( ui_font_Font_Book_16);
|
|
LV_FONT_DECLARE( ui_font_Font_Book_18);
|
|
LV_FONT_DECLARE( ui_font_Font_Book_20);
|
|
LV_FONT_DECLARE( ui_font_Font_Book_24);
|
|
|
|
// UI INIT
|
|
void ui_init(void);
|
|
void ui_destroy(void);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|