Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/
H A Dmusic_ui.c25 static lv_obj_t * label_song; variable
87 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()