Searched refs:text_bg (Results 1 – 1 of 1) sorted by relevance
14 static lv_obj_t * text_bg; variable84 text_bg = lv_img_create(ui_icebox_box); in ui_icebox_screen_init()85 lv_obj_set_width(text_bg, lv_pct(100)); in ui_icebox_screen_init()86 lv_obj_set_height(text_bg, lv_pct(100)); in ui_icebox_screen_init()87 lv_obj_refr_pos(text_bg); in ui_icebox_screen_init()88 x = lv_obj_get_x(text_bg) + lv_obj_get_x(ui_icebox_box); in ui_icebox_screen_init()89 y = lv_obj_get_y(text_bg) + lv_obj_get_y(ui_icebox_box); in ui_icebox_screen_init()92 lv_img_set_src(text_bg, bg_snapshot); in ui_icebox_screen_init()93 lv_obj_clear_flag(text_bg, LV_OBJ_FLAG_SCROLLABLE); in ui_icebox_screen_init()95 ui_icebox_text_box = lv_obj_create(text_bg); in ui_icebox_screen_init()[all …]