Searched refs:sw1 (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.7.0/examples/others/gridnav/ |
D | lv_example_gridnav_1.c | 63 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/ |
D | lv_demo_widgets.c | 333 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()
|