mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
spi_master:support octal mode for esp32s2 and esp32s3
Add support for 8-line spi for lcd on esp32s2 and esp32s3 Closes https://github.com/espressif/esp-idf/issues/6371
This commit is contained in:
@@ -31,7 +31,7 @@ Introduction
|
||||
------------
|
||||
|
||||
In the half duplex mode, the master has to use the protocol defined by the slave to communicate
|
||||
with the slave. Each transaction may consists of the following phases (list by the order they
|
||||
with the slave. Each transaction may consist of the following phases (list by the order they
|
||||
should exist):
|
||||
|
||||
- Command: 8-bit, master to slave
|
||||
|
||||
Reference in New Issue
Block a user