Searched refs:panel3_title (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 298 lv_obj_t * panel3_title = lv_label_create(panel3); in profile_create() local 299 lv_label_set_text(panel3_title, "Your skills"); in profile_create() 300 lv_obj_add_style(panel3_title, &style_title, 0); in profile_create() 374 lv_obj_set_grid_cell(panel3_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 446 lv_obj_set_grid_cell(panel3_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create() 519 lv_obj_set_grid_cell(panel3_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
|