Fullscreen all apps - no more subwindow

This commit is contained in:
Thomas Farstrike
2025-05-04 21:51:54 +02:00
parent fd0fc309c5
commit b46756bf03
15 changed files with 387 additions and 257 deletions
+3
View File
@@ -7,4 +7,7 @@ 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
# dev build:
#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"
popd