1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

[spi] Implement octal mode (#8386)

This commit is contained in:
Clyde Stubbs
2025-04-09 09:07:59 +10:00
committed by GitHub
parent 6240bfff97
commit a866370a2e
5 changed files with 88 additions and 56 deletions

View File

@@ -113,7 +113,7 @@ BASE_SCHEMA = display.FULL_DISPLAY_SCHEMA.extend(
cs_pin_required=False,
default_mode="MODE0",
default_data_rate=10e6,
quad=True,
mode=spi.TYPE_QUAD,
)
)
)