Add Waveshare 4.2in B/W e-paper driver (#183)

* waveshare-epd/epd4in2: Add Waveshare 4.2in e-paper driver
This commit is contained in:
Tim Boldt
2020-08-25 09:57:13 -07:00
committed by GitHub
parent 794a9c202f
commit b1ae52d1b9
5 changed files with 470 additions and 1 deletions
+2
View File
@@ -119,6 +119,8 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/waveshare-epd/epd2in13x/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=microbit ./examples/waveshare-epd/epd4in2/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/wifinina/ntpclient/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/wifinina/udpstation/main.go