Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_settings.c45 static lv_obj_t * circular_switch; variable
316 lv_obj_add_state(circular_switch, LV_STATE_CHECKED); in lv_demo_smartwatch_set_default_circular_scroll()
319 lv_obj_remove_state(circular_switch, LV_STATE_CHECKED); in lv_demo_smartwatch_set_default_circular_scroll()
322 …lv_obj_send_event(circular_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | … in lv_demo_smartwatch_set_default_circular_scroll()
491circular_switch = lv_demo_smartwatch_settings_add_toggle(0x0002, "Circular Scroll", &img_scrolling… in create_screen_settings()