Home
last modified time | relevance | path

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

/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c253 lv_obj_t * panel2_title = lv_label_create(panel2); in profile_create() local
254 lv_label_set_text(panel2_title, "Your profile"); in profile_create()
255 lv_obj_add_style(panel2_title, &style_title, 0); in profile_create()
356 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
428 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
500 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()