1 2 3 4 5 6 7 8 9 10 11 12
#if LV_BUILD_TEST #include "lv_test_helpers.h" void lv_test_wait(uint32_t ms) { lv_tick_inc(ms); lv_timer_handler(); lv_refr_now(NULL); } #endif