This commit is contained in:
不吃油炸鸡
2025-09-22 21:45:02 +08:00
parent fe73739d65
commit d7e8d4e0b6
8 changed files with 1831 additions and 13 deletions

View File

@@ -0,0 +1,19 @@
#ifndef UI_MAINPAGE_H
#define UI_MAINPAGE_H
#ifdef __cplusplus
extern "C" {
#endif
// SCREEN: ui_Screen1
void ui_main_screen_init(void);
void ui_main_screen_destroy(void);
extern lv_obj_t * ui_HomeScreen;
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif