You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build_lvgl_micropython.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ if [ -z "$target" -o -z "$buildtype" ]; then
8
8
echo"Example: $0"
9
9
echo"Example: $0 devbuild"
10
10
echo
11
-
echo"Adding 'devbuild' will build 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."
11
+
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."
12
+
echo"A 'prod' build has the files from manifest*.py frozen in."
0 commit comments