Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dfurniture_control_ui.c23 static lv_obj_t * furniture_control_ui_Label4; variable
193 furniture_control_ui_Label4 = lv_label_create(furniture_control_ui_player_box); in ui_furniture_control_screen_init()
194 lv_obj_set_width(furniture_control_ui_Label4, LV_SIZE_CONTENT); /// 1 in ui_furniture_control_screen_init()
195 lv_obj_set_height(furniture_control_ui_Label4, LV_SIZE_CONTENT); /// 1 in ui_furniture_control_screen_init()
196 lv_obj_align(furniture_control_ui_Label4, LV_ALIGN_CENTER, 0, 80); in ui_furniture_control_screen_init()
197 lv_obj_add_style(furniture_control_ui_Label4, &style_txt_m, LV_PART_MAIN); in ui_furniture_control_screen_init()
198 lv_label_set_text(furniture_control_ui_Label4, "宣传视频"); in ui_furniture_control_screen_init()