mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 15:26:01 +00:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
22 lines
449 B
YAML
22 lines
449 B
YAML
packages:
|
|
spi: !include ../../test_build_components/common/spi/esp32-s3-idf.yaml
|
|
|
|
display:
|
|
- platform: epaper_spi
|
|
spi_id: spi_bus
|
|
model: spectra-e6
|
|
dimensions:
|
|
width: 800
|
|
height: 480
|
|
cs_pin: GPIO5
|
|
dc_pin: GPIO17
|
|
reset_pin: GPIO16
|
|
busy_pin: GPIO4
|
|
rotation: 0
|
|
update_interval: 60s
|
|
lambda: |-
|
|
it.circle(64, 64, 50, Color::BLACK);
|
|
|
|
- platform: epaper_spi
|
|
model: seeed-reterminal-e1002
|