1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[cst816] Allow skipping i2c probe (#7557)

This commit is contained in:
Clyde Stubbs
2024-10-09 12:41:58 +11:00
committed by GitHub
parent 9211aad524
commit 1a567b6986
4 changed files with 33 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ touchscreen:
interrupt_pin:
number: 21
reset_pin: GPIO16
skip_probe: false
transform:
mirror_x: false
mirror_y: false
@@ -11,14 +12,14 @@ touchscreen:
i2c:
sda: 3
scl: 2
scl: 4
display:
- id: my_display
platform: ili9xxx
dimensions: 480x320
model: ST7796
cs_pin: 15
cs_pin: 18
dc_pin: 20
reset_pin: 22
transform: