#ifndef __ABOUT_UI_H__ #define __ABOUT_UI_H__ lv_obj_t * menu_about_init(lv_obj_t * parent); void menu_about_deinit(void); #endif