mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 17:23:45 +01:00
22 lines
410 B
YAML
22 lines
410 B
YAML
display:
|
|
- id: my_display
|
|
platform: ili9xxx
|
|
model: ili9342
|
|
cs_pin: ${cs_pin}
|
|
dc_pin: ${dc_pin}
|
|
reset_pin: ${disp_reset_pin}
|
|
invert_colors: false
|
|
|
|
touchscreen:
|
|
- id: ts_cst226
|
|
platform: cst226
|
|
interrupt_pin: ${interrupt_pin}
|
|
reset_pin: ${reset_pin}
|
|
|
|
binary_sensor:
|
|
- id: cst226_touch
|
|
platform: cst226
|
|
on_press:
|
|
then:
|
|
- component.update: ts_cst226
|