I follow the instructions on lv_micropython/README-LVGL.md at master · lvgl/lv_micropython · GitHub to build the ESP32 version, but I got Micropython v1.20.0 and LVGL v9.3
How can I update micropython to a newer version, like v1.27.0?
(I was able todo it, but with too many dirty changes and I think it should be much easier)
ok, just clone micropython and add lv_micropython as USER_C_MODULES?