lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

Build ESP32S3 failed

Open wang-yupu opened this issue 1 year ago • 2 comments

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

wang-yupu avatar Jul 22 '24 08:07 wang-yupu

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

JayZorn-LJZ avatar Aug 22 '24 04:08 JayZorn-LJZ

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

PGNetHun avatar Mar 15 '25 13:03 PGNetHun