We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ee6df commit 3e300e3Copy full SHA for 3e300e3
README.md
@@ -1,3 +1,17 @@
1
+***IMPORTANT READF ME FIRST***
2
+
3
+* DO NOT use any information from the official binding and try to use that when compiling this binding it is not going to work
4
+* DO NOT add any submodule initilization commands when cloning the repo or any any point after the repo has been cloned.
5
+ To clone and build this is how it's done.
6
+ ```
7
+ git clone https://github.com/lvgl-micropython/lvgl_micropython
8
+ cd lvgl_micropython
9
+ python3 make.py esp32 ......
10
11
12
13
14
15
# LVGL binding for Micropython
16
______________________________
17
0 commit comments