1 #ifndef __ABOUT_UI_H__ 2 #define __ABOUT_UI_H__ 3 4 lv_obj_t * menu_about_init(lv_obj_t * parent); 5 void menu_about_deinit(void); 6 7 #endif 8 9
1 #ifndef __ABOUT_UI_H__ 2 #define __ABOUT_UI_H__ 3 4 lv_obj_t * menu_about_init(lv_obj_t * parent); 5 void menu_about_deinit(void); 6 7 #endif 8 9