Build ESP32S3 failed
I build esp32/GENERIC, esp32/GENERIC_SPIRAM, esp32/GENERIC_S3_SPIRAM and esp32/GENERIC_S3_SPIRAM_OCT.
esp32/GENERIC_S3_SPIRAM and esp32/GENERIC_S3_SPIRAM_OCT is failed.
There is my build commands:
git clone https://github.com/lvgl/lv_micropython.git
cd lv_micropython
git submodule update --init --recursive lib/lv_bindings
make -C mpy-cross
make -C ports/esp32 submodules
make -C ports/esp32 LV_CFLAGS="-DLV_COLOR_DEPTH=16" BOARD=GENERIC_S3 deploy
请查看这个拉取请求https://github.com/lvgl/lv_binding_micropython/pull/243,更改部分代码才可以正常编译
Hello @wang-yupu , MicroPython-LVGL binding is updated with MicroPython v1.24.1 version, so you should be able to compile ESP32-S3 firmware now. LVGL binding is now built as MicroPython user module. Please test the build and respond with your result. Thank you!
PS:
build scripts are also added into scripts folder: https://github.com/lvgl/lv_micropython/tree/master/scripts