lvgl / lv_binding_micropython

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

Update LVGL and fix binding for multi-instance and parallel rendering architecture changes #293

Closed PGNetHun closed 9 months ago

PGNetHun commented 9 months ago

Fix MicroPython binding to use latest LVGL multi-instance and parallel rendering architecture changes.

Based on previous lv_conf.h configuration and feat/multi-instance branch, and LVGL's lv_conf_template.h config.

kisvegabor commented 9 months ago

Thank, but the CI still fails. @amirgon could you take a look at it?

PGNetHun commented 9 months ago

Thank, but the CI still fails. @amirgon could you take a look at it?

Yes, sorry, there was an extra #endif in lv_conf.h file. Fixed, new commit added.

kisvegabor commented 9 months ago

And it's working :tada: Thank you!