mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
cs_pin made optional for ili9341 (#2219)
This commit is contained in:
parent
b955527f6c
commit
b5de43b225
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ CONFIG_SCHEMA = cv.All(
|
|||
}
|
||||
)
|
||||
.extend(cv.polling_component_schema("1s"))
|
||||
.extend(spi.spi_device_schema()),
|
||||
.extend(spi.spi_device_schema(False)),
|
||||
cv.has_at_most_one_key(CONF_PAGES, CONF_LAMBDA),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue