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

Added Waveshare 2.90inch V2 e-ink display (#1538)

This commit is contained in:
Kris
2021-02-17 19:12:02 +01:00
committed by Jesse Hills
parent 1468293f3e
commit a925036ff8
4 changed files with 43 additions and 6 deletions

View File

@@ -1785,6 +1785,15 @@ display:
full_update_every: 30
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: waveshare_epaper
cs_pin: GPIO23
dc_pin: GPIO23
busy_pin: GPIO23
reset_pin: GPIO23
model: 2.90inv2
full_update_every: 30
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: st7789v
cs_pin: GPIO5
dc_pin: GPIO16