Support for Waveshare 2.13" (B & C versions) e-paper display (#56)

* Support for Waveshare 2.13" (B) e-paper display
This commit is contained in:
Daniel Esteban
2019-05-17 07:55:57 +02:00
committed by Ron Evans
parent 5930c149d9
commit 374d3f6bec
5 changed files with 398 additions and 0 deletions
+1
View File
@@ -38,4 +38,5 @@ jobs:
- run: tinygo build -size short -o test.elf -target=microbit ./examples/ssd1306/spi_128x64/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/thermistor/main.go
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 ./examples/vl53l1x/main.go
- run: tinygo build -size short -o test.elf -target=microbit ./examples/waveshare-epd/epd2in13x/main.go
- run: tinygo build -size short -o test.elf -target=circuitplay-express ./examples/ws2812/main.go