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

SSD1322 display support (#1405)

This commit is contained in:
Keith Burzinski
2020-12-30 03:52:41 -06:00
committed by GitHub
parent 9aa14a2e83
commit 095d3181cd
9 changed files with 441 additions and 0 deletions

View File

@@ -1715,6 +1715,13 @@ display:
reset_pin: GPIO23
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: ssd1322_spi
model: "SSD1322 256x64"
cs_pin: GPIO23
dc_pin: GPIO23
reset_pin: GPIO23
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: ssd1325_spi
model: 'SSD1325 128x64'
cs_pin: GPIO23