Searched refs:song_title (Results 1 – 1 of 1) sorted by relevance
351 lv_obj_t * song_title = lv_label_create(music_labels_box); in create_widget3() local352 lv_label_set_text_static(song_title, "there, then, now"); in create_widget3()353 lv_obj_add_style(song_title, &c->fonts[FONT_LABEL_SM], 0); in create_widget3()354 lv_obj_add_style(song_title, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in create_widget3()