lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
250 stars 161 forks source link

Build ESP32S3 failed #351

Open wang-yupu opened 2 months ago

wang-yupu commented 2 months ago

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

GCC's warning (clip) (but treated as erors):
2.md
1.md

Phil-LJZ commented 1 month ago

请查看这个拉取请求https://github.com/lvgl/lv_binding_micropython/pull/243,更改部分代码才可以正常编译