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

waveshare_epaper: Add 2.90in-dke (#6492)

Co-authored-by: The_Niz <the_niz@nurdspace.nl>
This commit is contained in:
polyfloyd
2024-04-26 10:44:58 +02:00
committed by GitHub
parent 031e26ad98
commit cd91c7050c
4 changed files with 171 additions and 0 deletions

View File

@@ -83,6 +83,24 @@ display:
full_update_every: 30
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: waveshare_epaper
model: 2.90in-dke
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: 1
lambda: |-
it.rectangle(0, 0, it.get_width(), it.get_height());
- platform: waveshare_epaper
model: 2.70in-b
spi_id: spi_id_1