Skip to content

Commit 4a7108e

Browse files
Build lvgl_micropython in own directory
1 parent 18a8d86 commit 4a7108e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
# --partition size: both OTA partitions are 4MB
44
# --flash-size: total flash size is 16MB
55
#
6+
pushd ~/sources/lvgl_micropython
7+
68
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
9+
10+
popd

0 commit comments

Comments
 (0)