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:
@@ -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
|
||||
|
Reference in New Issue
Block a user