adds rotary encoder+SPI based Display: ili9341
This commit is contained in:
parent
dd2a5bf637
commit
a8f8586756
11 changed files with 2184 additions and 269 deletions
|
@ -1,3 +1,12 @@
|
|||
# Spinny boy
|
||||
|
||||
this readme will contain documentation and stuff
|
||||
|
||||
# Flashing programm on the ESP32
|
||||
```
|
||||
rshell -p /dev/ttyUSB0 # connect
|
||||
rsync src /pyboard/ # sync code to ESP32
|
||||
repl # enter MicroPython REPL, press ctrl+D to soft reboot
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue