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
@@ -73,6 +73,7 @@ func main() {
| [SSD1306 OLED display](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf) | I2C / SPI |
| [Thermistor](https://www.farnell.com/datasheets/33552.pdf) | ADC |
| [VL53L1X time-of-flight distance sensor](https://www.st.com/resource/en/datasheet/vl53l1x.pdf) | I2C |
| [Waveshare 2.13" (B & C) e-paper display](https://www.waveshare.com/w/upload/d/d3/2.13inch-e-paper-b-Specification.pdf) | SPI |
| [WS2812 RGB LED](https://cdn-shop.adafruit.com/datasheets/WS2812.pdf) | GPIO |
## Contributing