Home
last modified time | relevance | path

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

/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c293 lv_obj_t * panel3_title = lv_label_create(panel3); in profile_create() local
294 lv_label_set_text(panel3_title, "Your skills"); in profile_create()
295 lv_obj_add_style(panel3_title, &style_title, 0); in profile_create()
369 lv_obj_set_grid_cell(panel3_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
440 lv_obj_set_grid_cell(panel3_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
512 lv_obj_set_grid_cell(panel3_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()