mirror of
https://github.com/nopnop2002/esp-idf-ssd1306.git
synced 2024-10-03 18:18:47 -04:00
Update README.md
This commit is contained in:
parent
c629681916
commit
24ddab1dc7
@ -39,10 +39,9 @@ idf.py flash
|
||||
```
|
||||
|
||||
__Note__
|
||||
For some reason GPIO06, GPIO08, GPIO09, GPIO19 cannot be used for SPI clock pins on my board.
|
||||
I looked at the ESP32-C3 datasheet, but I don't understand why.
|
||||
This may be a problem only for my board.
|
||||
If you find a solution, please let me know.
|
||||
For some reason, there are development boards that cannot use GPIO06, GPIO08, GPIO09, GPIO19 for SPI clock pins.
|
||||
According to the ESP32C3 specifications, these pins can also be used as SPI clocks.
|
||||
I used a raw ESP-C3-13 to verify that these pins could be used as SPI clocks.
|
||||
|
||||
# Configuration
|
||||
You have to set this config value with menuconfig.
|
||||
|
Loading…
Reference in New Issue
Block a user