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
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,23 @@
3
3
# --partition size: both OTA partitions are 4MB
4
4
# --flash-size: total flash size is 16MB
5
5
#
6
+
7
+
devbuild="$1"
8
+
9
+
echo"Usage: $0 [devbuild]"
10
+
echo"Example: $0"
11
+
echo"Example: $0 devbuild"
12
+
echo
13
+
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."
0 commit comments