Skip to content

Commit 5af2038

Browse files
Update usage
1 parent d0ccac8 commit 5af2038

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ if [ -z "$target" -o -z "$buildtype" ]; then
1111
echo "Usage: $0 target buildtype [optional subtarget]"
1212
echo "Usage: $0 <esp32 or unix or macos> <dev or prod> [<waveshare-esp32-s3-touch-lcd-2 or fri3d-2024>]"
1313
echo "Example: $0 unix dev"
14-
echo "Example: $0 esp32 prod # defaults to waveshare-esp32-s3-touch-lcd-2"
15-
echo "Example: $0 esp32 prod waveshare-esp32-s3-touch-lcd-2"
14+
echo "Example: $0 esp32 dev fri3d-2024"
1615
echo "Example: $0 esp32 prod fri3d-2024"
16+
echo "Example: $0 esp32 dev waveshare-esp32-s3-touch-lcd-2"
17+
echo "Example: $0 esp32 prod waveshare-esp32-s3-touch-lcd-2"
1718
echo
1819
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."
1920
echo "A 'prod' build has the files from manifest*.py frozen in. Don't forget to run: ./scripts/freezefs_mount_builtin.sh !"

0 commit comments

Comments
 (0)