Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c315 lv_obj_t * panel3 = lv_obj_create(parent); in profile_create() local
316 lv_obj_t * panel3_title = lv_label_create(panel3); in profile_create()
320 lv_obj_t * experience_label = lv_label_create(panel3); in profile_create()
324 lv_obj_t * slider1 = lv_slider_create(panel3); in profile_create()
329 lv_obj_t * team_player_label = lv_label_create(panel3); in profile_create()
333 lv_obj_t * sw1 = lv_switch_create(panel3); in profile_create()
335 lv_obj_t * hard_working_label = lv_label_create(panel3); in profile_create()
339 lv_obj_t * sw2 = lv_switch_create(panel3); in profile_create()
388 lv_obj_set_grid_cell(panel3, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_STRETCH, 1, 1); in profile_create()
389 lv_obj_set_grid_dsc_array(panel3, grid_2_col_dsc, grid_2_row_dsc); in profile_create()
[all …]