Home
last modified time | relevance | path

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

/lvgl-3.7.0/demos/music/
Dlv_demo_music_list.c200 lv_obj_t * artist_label = lv_label_create(btn); in add_list_btn() local
201 lv_label_set_text(artist_label, artist); in add_list_btn()
202 lv_obj_add_style(artist_label, &style_artist, 0); in add_list_btn()
203 lv_obj_set_grid_cell(artist_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 1, 1); in add_list_btn()
Dlv_demo_music_main.c75 static lv_obj_t * artist_label; variable
490 artist_label = lv_label_create(cont); in create_title_box()
491 lv_obj_set_style_text_font(artist_label, font_small, 0); in create_title_box()
492 lv_obj_set_style_text_color(artist_label, lv_color_hex(0x504d6d), 0); in create_title_box()
493 lv_label_set_text(artist_label, _lv_demo_music_get_artist(track_id)); in create_title_box()
675 lv_label_set_text(artist_label, _lv_demo_music_get_artist(track_id)); in track_load()