From 5af203805df3b49fb2745248cc13e7fdb16b0c50 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 9 Oct 2025 19:51:23 +0200 Subject: [PATCH] Update usage --- scripts/build_lvgl_micropython.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/build_lvgl_micropython.sh b/scripts/build_lvgl_micropython.sh index 0d8aed19..52360ee8 100755 --- a/scripts/build_lvgl_micropython.sh +++ b/scripts/build_lvgl_micropython.sh @@ -11,9 +11,10 @@ if [ -z "$target" -o -z "$buildtype" ]; then echo "Usage: $0 target buildtype [optional subtarget]" echo "Usage: $0 []" echo "Example: $0 unix dev" - echo "Example: $0 esp32 prod # defaults to waveshare-esp32-s3-touch-lcd-2" - echo "Example: $0 esp32 prod waveshare-esp32-s3-touch-lcd-2" + echo "Example: $0 esp32 dev fri3d-2024" echo "Example: $0 esp32 prod fri3d-2024" + echo "Example: $0 esp32 dev waveshare-esp32-s3-touch-lcd-2" + echo "Example: $0 esp32 prod waveshare-esp32-s3-touch-lcd-2" echo echo "A 'dev' build is without any preinstalled files or builtin/ filsystem, so it will just start with a black screen and you'll have to do: ./scripts/install.sh to install the User Interface." echo "A 'prod' build has the files from manifest*.py frozen in. Don't forget to run: ./scripts/freezefs_mount_builtin.sh !"