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

Require reset_pin for certain waveshare_epaper models in YAML validation (#6357)

This commit is contained in:
Manuel Kasper
2024-03-12 11:35:29 +01:00
committed by GitHub
parent b0a192d6a5
commit f5b02056b9
2 changed files with 29 additions and 0 deletions

View File

@@ -28,6 +28,24 @@ display:
full_update_every: 30
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: waveshare_epaper
model: 2.13in-ttgo-b74
spi_id: spi_id_1
cs_pin:
allow_other_uses: true
number: GPIO25
dc_pin:
allow_other_uses: true
number: GPIO26
busy_pin:
allow_other_uses: true
number: GPIO27
reset_pin:
allow_other_uses: true
number: GPIO32
full_update_every: 30
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: waveshare_epaper
model: 2.90in
spi_id: spi_id_1