Build lvgl_micropython in own directory

This commit is contained in:
Thomas Farstrike
2025-05-02 00:17:05 +02:00
parent 18a8d865d2
commit 4a7108e278
+4
View File
@@ -3,4 +3,8 @@
# --partition size: both OTA partitions are 4MB
# --flash-size: total flash size is 16MB
#
pushd ~/sources/lvgl_micropython
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="/home/user/sources/micropython-camera-API/src/micropython.cmake" FROZEN_MANIFEST=~/sources/PiggyOS/manifest.py
popd