You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For esp32:
* Download source from https://github.com/lexus2k/ssd1306
* Put downloaded sources to components/ssd1306/ folder.
* Compile your project as described in ESP-IDF build system documentation
That's what I did too.
But I have now found out that the GPIO 0 did not work for the CS pin in the ESP-IDF.
I took a different pin for it.
It's running now
I would like to control the ssd1351 via SPI.
What would the main.c look like for this?
The text was updated successfully, but these errors were encountered: