Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/others/gridnav/
Dlv_example_gridnav_1.c67 lv_obj_t * sw2 = lv_switch_create(cont2); in lv_example_gridnav_1() local
68 lv_obj_set_pos(sw2, lv_pct(50), 200); in lv_example_gridnav_1()
69 lv_group_remove_obj(sw2); /*Not needed, we use the gridnav instead*/ in lv_example_gridnav_1()
/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c321 lv_obj_t * sw2 = lv_switch_create(panel3); in profile_create() local
377 lv_obj_set_grid_cell(sw2, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()
450 lv_obj_set_grid_cell(sw2, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create()
525 lv_obj_set_grid_cell(sw2, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create()