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

20 lines
261 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);
extern lv_obj_t * ui_HomeScreen;
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif