Home
last modified time | relevance | path

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

/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c297 lv_obj_t * panel3 = lv_obj_create(parent); in profile_create() local
298 lv_obj_t * panel3_title = lv_label_create(panel3); in profile_create()
302 lv_obj_t * experience_label = lv_label_create(panel3); in profile_create()
306 lv_obj_t * slider1 = lv_slider_create(panel3); in profile_create()
311 lv_obj_t * team_player_label = lv_label_create(panel3); in profile_create()
315 lv_obj_t * sw1 = lv_switch_create(panel3); in profile_create()
317 lv_obj_t * hard_working_label = lv_label_create(panel3); in profile_create()
321 lv_obj_t * sw2 = lv_switch_create(panel3); in profile_create()
372 lv_obj_set_grid_cell(panel3, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_STRETCH, 1, 1); in profile_create()
373 lv_obj_set_grid_dsc_array(panel3, grid_2_col_dsc, grid_2_row_dsc); in profile_create()
[all …]