Home
last modified time | relevance | path

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

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