mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
221f04b9a5
* Add support for GCA901A display --------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
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
|