mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
11b31483c3
--------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
24 lines
334 B
YAML
24 lines
334 B
YAML
spi:
|
|
- id: spi_id_1
|
|
clk_pin: GPIO7
|
|
mosi_pin: GPIO6
|
|
interface: any
|
|
|
|
display:
|
|
- platform: ili9xxx
|
|
id: displ8
|
|
model: ili9342
|
|
cs_pin: GPIO5
|
|
dc_pin: GPIO4
|
|
reset_pin:
|
|
number: GPIO21
|
|
|
|
i2c:
|
|
scl: GPIO18
|
|
sda: GPIO8
|
|
|
|
touchscreen:
|
|
- platform: cst226
|
|
interrupt_pin: GPIO3
|
|
reset_pin: GPIO20
|
|
|