lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 156 forks source link

Add fake lv_timer implementation for the JS port #165

Closed embeddedt closed 2 years ago

embeddedt commented 2 years ago

lv_utils is not compatible with the JS port, as it does not have a Timer implementation.

It's also not needed as I use a custom event loop which is not configurable.