support for Waveshare EPD 2.13" display (black&white only) (#61)

* support for Waveshare EPD 2.13" display (black&white only)
This commit is contained in:
Daniel Esteban
2019-05-24 12:37:02 +02:00
committed by Ron Evans
parent 9127719933
commit 30b118cf63
5 changed files with 386 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ smoke-test:
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/ssd1306/spi_128x64/main.go
tinygo build -size short -o ./build/test.elf -target=circuitplay-express ./examples/thermistor/main.go
tinygo build -size short -o ./build/test.elf -target=itsybitsy-m0 ./examples/vl53l1x/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/waveshare-epd/epd2in13/main.go
tinygo build -size short -o ./build/test.elf -target=microbit ./examples/waveshare-epd/epd2in13x/main.go
tinygo build -size short -o ./build/test.elf -target=circuitplay-express ./examples/ws2812/main.go