Searched refs:label_song (Results 1 – 1 of 1) sorted by relevance
25 static lv_obj_t * label_song; variable87 label_song = lv_label_create(area_label); in menu_music_init()88 lv_label_set_text(label_song, "歌手名"); in menu_music_init()89 lv_obj_add_style(label_song, &style_txt_m, LV_PART_MAIN); in menu_music_init()90 lv_obj_set_style_text_color(label_song, lv_color_white(), LV_PART_MAIN); in menu_music_init()