Searched refs:panel2_title (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 258 lv_obj_t * panel2_title = lv_label_create(panel2); in profile_create() local 259 lv_label_set_text(panel2_title, "Your profile"); in profile_create() 260 lv_obj_add_style(panel2_title, &style_title, 0); in profile_create() 361 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 434 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 507 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
|