mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
cd91c7050c
Co-authored-by: The_Niz <the_niz@nurdspace.nl>
191 lines
4.3 KiB
YAML
191 lines
4.3 KiB
YAML
---
|
|
spi:
|
|
- id: spi_id_1
|
|
clk_pin:
|
|
number: GPIO18
|
|
mosi_pin:
|
|
number: GPIO23
|
|
miso_pin:
|
|
number: GPIO19
|
|
interface: hardware
|
|
|
|
display:
|
|
- platform: waveshare_epaper
|
|
model: 2.13in-ttgo-b1
|
|
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.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
|
|
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
|
|
reset_duration: 200ms
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
- platform: waveshare_epaper
|
|
model: 2.90inv2
|
|
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-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
|
|
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
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
- platform: waveshare_epaper
|
|
model: 2.70in-bv2
|
|
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
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
- platform: waveshare_epaper
|
|
model: 1.54in-m5coreink-m09
|
|
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
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
- platform: waveshare_epaper
|
|
model: 2.13inv3
|
|
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.13inv2
|
|
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());
|