9 lines
133 B
C
Raw Normal View History

2025-05-10 21:58:58 +08:00
#ifndef __ABOUT_UI_H__
#define __ABOUT_UI_H__
lv_obj_t * menu_about_init(lv_obj_t * parent);
void menu_about_deinit(void);
#endif