1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Extend ST7789V component to support additional displays (#3651)

Co-authored-by: definitio <37266727+definitio@users.noreply.github.com>
This commit is contained in:
Keith Burzinski
2022-08-07 14:54:48 -05:00
committed by GitHub
parent 4791093e48
commit 522646c64d
4 changed files with 166 additions and 33 deletions

View File

@@ -2366,6 +2366,7 @@ display:
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: st7789v
model: TTGO TDisplay 135x240
cs_pin: GPIO5
dc_pin: GPIO16
reset_pin: GPIO23