Searched refs:birthday_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 283 lv_obj_t * birthday_label = lv_label_create(panel2); in profile_create() local 284 lv_label_set_text(birthday_label, "Birthday"); in profile_create() 285 lv_obj_add_style(birthday_label, &style_text_muted, 0); in profile_create() 362 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create() 433 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 6, 1); in profile_create() 505 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 6, 1); in profile_create()
|