mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 21:44:04 +00:00
25 lines
345 B
YAML
25 lines
345 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
|
|
spi:
|
|
clk_pin: GPIO18
|
|
mosi_pin: GPIO19
|
|
|
|
display:
|
|
- platform: epaper_spi
|
|
id: epaper_display
|
|
model: ssd1677
|
|
dc_pin: GPIO21
|
|
busy_pin: GPIO22
|
|
reset_pin: GPIO23
|
|
cs_pin: GPIO5
|
|
enable_pin:
|
|
- GPIO25
|
|
- GPIO26
|
|
dimensions:
|
|
width: 200
|
|
height: 200
|