lvgl / lv_binding_micropython

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

fix(stm32) skip lv_task_handler if scheduler queue is full #131

Closed embeddedt closed 3 years ago

embeddedt commented 3 years ago

This means that GUI ticks may be skipped on a busy system, but that is better than hanging the GUI forever.

Fixes #82.

amirgon commented 3 years ago

That's great! Merging.