Add SSD1351 OLED display driver (#146)

* ssd1351: Add SSD1351 driver
This commit is contained in:
Yannis Huber
2020-04-24 07:30:50 +02:00
committed by GitHub
parent 9f23761c5e
commit fd9b1ba89b
5 changed files with 375 additions and 1 deletions
+2 -1
View File
@@ -52,7 +52,7 @@ func main() {
## Currently supported devices
The following 48 devices are supported.
The following 49 devices are supported.
| Device Name | Interface Type |
|----------|-------------|
@@ -104,6 +104,7 @@ The following 48 devices are supported.
| [Waveshare 2.13" (B & C) e-paper display](https://www.waveshare.com/w/upload/d/d3/2.13inch-e-paper-b-Specification.pdf) | SPI |
| [Waveshare 2.13" e-paper display](https://www.waveshare.com/w/upload/e/e6/2.13inch_e-Paper_Datasheet.pdf) | SPI |
| [WS2812 RGB LED](https://cdn-shop.adafruit.com/datasheets/WS2812.pdf) | GPIO |
| [SSD1351 OLED display](https://download.mikroe.com/documents/datasheets/ssd1351-revision-1.3.pdf) | SPI |
## Contributing