Searched refs:player_label (Results 1 – 1 of 1) sorted by relevance
12 static lv_obj_t * player_label; variable153 player_label = lv_label_create(ui_player_screen); in ui_player_screen_init()154 lv_obj_set_width(player_label, 249); in ui_player_screen_init()155 lv_obj_set_height(player_label, 26); in ui_player_screen_init()156 lv_obj_align(player_label, LV_ALIGN_TOP_LEFT, 100, 20); in ui_player_screen_init()157 lv_obj_add_style(player_label, &style_txt_m, LV_PART_MAIN); in ui_player_screen_init()158 lv_label_set_text(player_label, "宣传视频"); in ui_player_screen_init()