mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 06:43:48 +01:00
21 lines
476 B
YAML
21 lines
476 B
YAML
packages:
|
|
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml
|
|
spi: !include ../../test_build_components/common/spi/esp32-idf.yaml
|
|
|
|
display:
|
|
- platform: ili9xxx
|
|
id: ili9xxx_display
|
|
model: GC9A01A
|
|
invert_colors: True
|
|
cs_pin: 22
|
|
dc_pin: 21
|
|
pages:
|
|
- id: page1
|
|
lambda: |-
|
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
|
|
|
touchscreen:
|
|
- platform: chsc6x
|
|
display: ili9xxx_display
|
|
interrupt_pin: 20
|