better doc

This commit is contained in:
Sam 2020-11-15 18:52:11 +01:00
parent 114cb4823a
commit 2149308222
1 changed files with 11 additions and 15 deletions

View File

@ -6,11 +6,9 @@ OSC operations for ESP8266 + Max7219 matrixs led with micropython. Need an ESP82
OSC commands : OSC commands :
/demo * /demo
* /cls
/cls * /text 'sometext'
/text 'sometext'
Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0 Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0
@ -47,14 +45,14 @@ PATHTO/esp8266-1m-20200902-v1.13.bin
pip3 install ampy pip3 install ampy
# Wifi config # Local Wifi config
edit netconf.py Set your wifi ssid/password in netconf.py
# Matrixs config vertical or horizontal # Matrixs config vertical or horizontal
in matrix9.py Edit in matrix9.py
screen = max7219.Max7219(8, 32, spi, Pin(15)) screen = max7219.Max7219(8, 32, spi, Pin(15))
@ -75,16 +73,14 @@ screen = max7219.Max7219(8, 32, spi, Pin(15))
# Onboard install library via Internet # Onboard install library via Internet
* ampy -p /dev/cu.usbserial-1D1310 run wlan
* screen /dev/cu.usbserial-1D1310 115200
ampy -p /dev/cu.usbserial-1D1310 run wlan
screen /dev/cu.usbserial-1D1310 115200
type in micropython interactive : type in micropython interactive :
import upip * import upip
upip.install('uasyncio') * upip.install('uasyncio')
upip.install('ffilib') * upip.install('ffilib')
# reboot with onboard reset button # reboot with onboard reset button