diff --git a/internal_filesystem/builtin/apps/com.micropythonos.settings/res/mipmap-mdpi/icon_64x64.png b/internal_filesystem/builtin/apps/com.micropythonos.settings/res/mipmap-mdpi/icon_64x64.png new file mode 100644 index 00000000..c661275b Binary files /dev/null and b/internal_filesystem/builtin/apps/com.micropythonos.settings/res/mipmap-mdpi/icon_64x64.png differ diff --git a/scripts/build_lvgl_micropython.sh b/scripts/build_lvgl_micropython.sh index 9fb1b58e..18ebbd2d 100755 --- a/scripts/build_lvgl_micropython.sh +++ b/scripts/build_lvgl_micropython.sh @@ -24,6 +24,8 @@ manifest="" if [ "$target" == "esp32" ]; then if [ "$buildtype" == "prod" ]; then manifest="FROZEN_MANIFEST=/home/user/projects/MicroPythonOS/MicroPythonOS/manifest.py" + else + echo "Note that you can also prevent the builtin filesystem from being mounted by umounting it and creating a builtin/ folder." fi # Build for https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2. # See https://github.com/lvgl-micropython/lvgl_micropython