Searched refs:label_singer (Results 1 – 1 of 1) sorted by relevance
24 static lv_obj_t * label_singer; variable82 label_singer = lv_label_create(area_label); in menu_music_init()83 lv_label_set_text(label_singer, "歌曲名"); in menu_music_init()84 lv_obj_add_style(label_singer, &style_txt_m, LV_PART_MAIN); in menu_music_init()85 lv_obj_set_style_text_color(label_singer, lv_color_white(), LV_PART_MAIN); in menu_music_init()