Searched refs:birthday_label (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 288 lv_obj_t * birthday_label = lv_label_create(panel2); in profile_create() local 289 lv_label_set_text(birthday_label, "Birthday"); in profile_create() 290 lv_obj_add_style(birthday_label, &style_text_muted, 0); in profile_create() 367 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create() 439 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 6, 1); in profile_create() 512 lv_obj_set_grid_cell(birthday_label, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_START, 6, 1); in profile_create()
|