You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update LVGL binding to use USER_C_MODULE approach (#365)
* gen: update to MicroPython v1.23.x
* lib: Allow using lv_utils in unix-macos port.
Fix to allow using lv_utils with asyncio in unix-macos.
* unix: Enable lv_binding_micropython as user C mod.
* esp32: Enable lv_binding_micropython as user C mod.
* feat(tests): Add tests for MicroPython test suite.
* fix(init/deinit): Properly init/deinit lvgl module.
Properly handle root pointers on lvgl init/deinit which fixes
init error after a soft reset (see #343).
* fix(gen_mpy.py): update lv_to_mp float conversion.
Upate for lvgl 9.2.x see diff in lvgl @ 84b28ff
* fix(esp32): lvgl component error in idf v5.2.x.
* fix(lv_conf): enable LV_USE_PRIVATE_API for v9.2.0
* fix(build): enable LV_CONF_PATH option
This allows to set custom `lv_conf.h` file per board
in `mpconfigboard.(h,cmake)`
* fix(tests): fix testdisplay, add hwdisplay example
* feat(lvgl): update to lvgl v9.2.2
* fix(makefile): use CLFAGS_USERMOD
* feat(lvgl): update to latest v9.3.0
* fix(tests): fix testdisplay and add calibrate tool
* fix(build): fix LV_CONF_PATH option for CMake
---------
Co-authored-by: Carlosgg <[email protected]>
0 commit comments