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
./scripts/build_lvgl_micropython.sh <target system> <build type (prod or dev)> [optional target device]
38
39
```
40
+
</pre>
39
41
40
-
Supported target systems: esp32, unix (= Linux) and macOS
42
+
**Target systems**: esp32, unix (= Linux) and macOS
41
43
42
-
Build types:
44
+
**Build types**:
45
+
43
46
- A "prod" build includes the complete filesystem that's "frozen" into the build, so it's fast and all ready to go but the files in /lib and /builtin will be read-only.
44
47
- A "dev" build comes without a filesystem, so it's perfect for power users that want to work on MicroPythonOS internals. There's a simple script that will copy all the necessary files over later, and these will be writeable.
45
-
Note: for unix and macOS systems, only "dev" has been tested. The "prod" builds might have issues.
46
48
47
-
Target devices: waveshare-esp32-s3-touch-lcd-2 and fri3d-2024
49
+
_Note_: for unix and macOS systems, only "dev" has been tested. The "prod" builds might have issues but should be made to work soon.
50
+
51
+
**Target devices**: waveshare-esp32-s3-touch-lcd-2 and fri3d-2024
0 commit comments