Files
Power-Pico/Power_Pico/User/GUI/screens/ui_mainPage.h

21 lines
309 B
C
Raw Normal View History

2025-09-22 21:45:02 +08:00
#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);
2025-12-02 19:24:02 +08:00
void ui_main_page_key_handler(void *key_event);
2025-09-22 21:45:02 +08:00
extern lv_obj_t * ui_HomeScreen;
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif