lvgl / lv_binding_micropython

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

Catch exceptions from task_handler in asynchronous loop #205

Closed lodygaw closed 2 years ago

lodygaw commented 2 years ago

Add missing try and except clauses to catch and pass exceptions from lv.task_handler() into exception_sink when using asynchronous loop.

amirgon commented 2 years ago

Merged.

Thank you for your contribution!