Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dicebox_ui.c18 static lv_obj_t * ui_rice; variable
133 ui_rice = lv_img_create(ui_icebox_png_box); in ui_icebox_screen_init()
134 lv_img_set_src(ui_rice, IMG_RICE); in ui_icebox_screen_init()
135 lv_obj_set_width(ui_rice, LV_SIZE_CONTENT); /// 150 in ui_icebox_screen_init()
136 lv_obj_set_height(ui_rice, LV_SIZE_CONTENT); /// 115 in ui_icebox_screen_init()
137 lv_obj_set_align(ui_rice, LV_ALIGN_CENTER); in ui_icebox_screen_init()