Home
last modified time | relevance | path

Searched refs:bg_img_light (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/
H A Dcontrol_ui.c19 static lv_img_dsc_t * bg_img_light; variable
215 bg_img_light = malloc(sizeof(*bg_img_light)); in menu_control_init()
218 memcpy(bg_img_light, bg_snapshot, sizeof(*bg_img_light)); in menu_control_init()
220 area_light = light_menu(bg, bg_img_light); in menu_control_init()
236 free(bg_img_light); in menu_control_deinit()