mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
12 lines
175 B
YAML
12 lines
175 B
YAML
|
spi:
|
||
|
mosi_pin: GPIO23
|
||
|
clk_pin: GPIO18
|
||
|
|
||
|
display:
|
||
|
- platform: ili9xxx
|
||
|
model: gc9a01a
|
||
|
id: gca901_display
|
||
|
cs_pin: GPIO5
|
||
|
dc_pin: GPIO22
|
||
|
reset_pin: GPIO21
|