mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
cs_pin made optional for ili9341 (#2219)
This commit is contained in:
committed by
GitHub
parent
b955527f6c
commit
b5de43b225
@@ -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),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user