1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

SSD1331 display support (#1244)

This commit is contained in:
Keith Burzinski
2020-11-18 00:34:53 -06:00
committed by GitHub
parent 6ed3da33a2
commit 08f1eac8b2
9 changed files with 355 additions and 0 deletions

View File

@@ -1641,6 +1641,12 @@ display:
reset_pin: GPIO23
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: ssd1331_spi
cs_pin: GPIO23
dc_pin: GPIO23
reset_pin: GPIO23
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: ssd1351_spi
model: "SSD1351 128x128"
cs_pin: GPIO23