lvgl / lv_binding_micropython

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

Migrate to Cmake on ESP32 port #124

Closed amirgon closed 3 years ago

amirgon commented 3 years ago

Next version of Micropython would no longer support Makefiles. Therefore, need to migrate LVGL (and espidf, lodepng, sh2lib) binding generation to Cmake.

Related:

https://github.com/micropython/micropython/pull/6892#event-4329912583

amirgon commented 3 years ago

Done on dev branch for v7. Planned to be integrated to v8.

Related: https://forum.lvgl.io/t/announcing-availability-for-latest-micropython-with-esp-idf-v4-2/5056