mirror of https://github.com/jetkvm/kvm.git
30 lines
679 B
C
30 lines
679 B
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 UI_BOOT_SCREEN_H
|
|
#define UI_BOOT_SCREEN_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// SCREEN: ui_Boot_Screen
|
|
extern void ui_Boot_Screen_screen_init(void);
|
|
extern void ui_Boot_Screen_screen_destroy(void);
|
|
extern void ui_event_Boot_Screen( lv_event_t * e);
|
|
extern lv_obj_t *ui_Boot_Screen;
|
|
extern lv_obj_t *ui_Boot_Container_0;
|
|
extern lv_obj_t *ui_Boot_Container_1;
|
|
extern lv_obj_t *ui_Boot_Logo;
|
|
extern lv_obj_t *ui_Boot_Screen_Version;
|
|
// CUSTOM VARIABLES
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|
|
|