#ifndef __WALLPAPER_UI_H__ #define __WALLPAPER_UI_H__ lv_obj_t * menu_wallpaper_init(lv_obj_t * parent); void menu_wallpaper_deinit(void); #endif