Files
Power-Pico/lv_sim_linux/GUI/screens/ui_mainPage.h
2025-09-14 20:37:45 +08:00

19 lines
260 B
C

#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