Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_smart_home.c355 lv_obj_t * song_artist = lv_label_create(music_labels_box); in create_widget3() local
356 lv_label_set_text_static(song_artist, "imagiro, Lowswimm..."); in create_widget3()
357 lv_obj_add_style(song_artist, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()
358 lv_obj_add_style(song_artist, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in create_widget3()
359 lv_obj_set_style_text_opa(song_artist, LV_OPA_40, 0); in create_widget3()