-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example code for the Adafruit ESP32 #14
Comments
Hey there, this display uses SPI so it looks like you'll need to use the pins labelled SCK/MOSI/MISO (pins 5, 18 and 19 respectively in the image you posted). The Adafruit docs also mention this. The reset and DC pins can be any other pin your like, as they're just GPIOs. |
Thanks! I'll give that a try. Closing this for now. |
I attempted to get this working, but I'm getting this error when create a new instance of the driver:
|
Hey, I'm afraid this is beyond me as I don't use ESPs. I've posted a link to this issue in the ESP RS Matrix room which will hopefully get some attention. |
@jfernandez Could you please post this against https://github.com/esp-rs/esp-idf-hal instead? If possible, could you link your project (if its open source), along with compiler versions etc, thanks! |
I've been struggling to use the driver with an Adafruit Feather ESP32 MCU for a few days. Could you give me a pointer for this pinout diagram? I'd happily PR an example once I verify it works.
The text was updated successfully, but these errors were encountered: