mirror of
https://github.com/michivonah/esphome-eink-dashboard.git
synced 2025-12-22 21:16:28 +01:00
Formatting fix
This commit is contained in:
parent
6778aee12c
commit
357dc80432
1 changed files with 2 additions and 1 deletions
|
|
@ -384,13 +384,14 @@ spi:
|
||||||
# Now render everything on the ePaper screen.
|
# Now render everything on the ePaper screen.
|
||||||
display:
|
display:
|
||||||
- platform: waveshare_epaper
|
- platform: waveshare_epaper
|
||||||
|
id: eink_display
|
||||||
cs_pin: GPIO15
|
cs_pin: GPIO15
|
||||||
dc_pin: GPIO27
|
dc_pin: GPIO27
|
||||||
busy_pin: GPIO25
|
busy_pin: GPIO25
|
||||||
reset_pin: GPIO26
|
reset_pin: GPIO26
|
||||||
|
reset_duration: 2ms
|
||||||
model: 7.50inV2
|
model: 7.50inV2
|
||||||
update_interval: never
|
update_interval: never
|
||||||
id: eink_display
|
|
||||||
rotation: 90°
|
rotation: 90°
|
||||||
lambda: |-
|
lambda: |-
|
||||||
// Map weather states to MDI characters.
|
// Map weather states to MDI characters.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue