Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/others/gridnav/
Dlv_example_gridnav_1.c63 lv_obj_t * sw1 = lv_switch_create(cont2); in lv_example_gridnav_1() local
64 lv_obj_set_pos(sw1, 0, 200); in lv_example_gridnav_1()
65 lv_group_remove_obj(sw1); /*Not needed, we use the gridnav instead*/ in lv_example_gridnav_1()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c333 lv_obj_t * sw1 = lv_switch_create(panel3); in profile_create() local
395 lv_obj_set_grid_cell(sw1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()
466 lv_obj_set_grid_cell(sw1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 7, 1); in profile_create()
535 lv_obj_set_grid_cell(sw1, LV_GRID_ALIGN_START, 0, 1, LV_GRID_ALIGN_START, 5, 1); in profile_create()