Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c276 lv_obj_t * panel2_title = lv_label_create(panel2); in profile_create() local
277 lv_label_set_text(panel2_title, "Your profile"); in profile_create()
278 lv_obj_add_style(panel2_title, &style_title, 0); in profile_create()
378 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
448 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()
519 lv_obj_set_grid_cell(panel2_title, LV_GRID_ALIGN_START, 0, 2, LV_GRID_ALIGN_CENTER, 0, 1); in profile_create()