mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
* test(switch): Add test file and state at creation test * test(switch): Event handler called only once per click * test(switch): Add test state change when event bubbling is enabled * test(switch): Cleanup event bubbling test * tests(switch): Update memory test and add basic animation test * test(switch) Add helper to click on switch * test(switch) Add basic test for knob size calculation * misc(switch) Replace switch knob rounding error magic number with define * test(switch) Improve animation test Properly wait for 50ms after clicking on the switch using lv_test_indev_wait and also assert on switch state after the first and second clicks * test(switch) cleanup * misc(switch) Cleanup * switch: Expose _LV_SWITCH_KNOB_EXT_AREA_CORRECTION value So we can use it when testing extra draw size