1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00
Files
esphome/tests/components/image/test.esp32-idf.yaml
J. Nick Koston ff9e104a31 tweak
2025-10-08 12:50:47 -10:00

14 lines
246 B
YAML

packages:
spi: !include ../../test_build_components/common/spi/esp32-idf.yaml
display:
- platform: ili9xxx
id: main_lcd
model: ili9342
cs_pin: 15
dc_pin: 13
reset_pin: 21
invert_colors: true
<<: !include common.yaml