mirror of
https://github.com/esphome/esphome.git
synced 2025-10-11 22:33:49 +01:00
[epaper_spi] New epaper component (#10462)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com> Co-authored-by: Tudor Sandu <tm.sandu@gmail.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
15
tests/components/epaper_spi/test.esp32-s3-idf.yaml
Normal file
15
tests/components/epaper_spi/test.esp32-s3-idf.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
spi:
|
||||
clk_pin: GPIO7
|
||||
mosi_pin: GPIO9
|
||||
|
||||
display:
|
||||
- platform: epaper_spi
|
||||
model: 7.3in-spectra-e6
|
||||
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);
|
Reference in New Issue
Block a user