Skip to content

Commit 3e300e3

Browse files
committed
updates README.md
1 parent a4ee6df commit 3e300e3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
# LVGL binding for Micropython
216
______________________________
317

0 commit comments

Comments
 (0)