luckylu

Results 3 comments of luckylu

test.py have some mistakes, correct with below codes and it works! `sck = Pin(13) miso = Pin(19) mosi = Pin(14) dc = Pin(27) cs = Pin(15) rst = Pin(26) busy...

`rvm install ruby-2.7.0 --with-openssl-dir=/usr/local/opt/openssl` This worked for me on macOS 10.15.1

> > test.py have some mistakes, correct with below codes and it works! `sck = Pin(13) miso = Pin(19) mosi = Pin(14) dc = Pin(27) cs = Pin(15) rst =...