Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I would love to use the GFX library by moononournation but it seems that the ST7701 display controllers are not as implemented as I would like them to be.
I'm using a ESP32-S3 from Waveshare with a WROOM-1-N8R8 module, that got a 40 pin display-connector but only supports 3SPI 16RGB (https://www.waveshare.com/wiki/ESP32-S3-LCD-Driver-Board#Use_Arduino_Demo).
I also got a ST7701S display, that uses a 40 pin display-connector but with 3SPI 18RGB (https://de.aliexpress.com/item/1005007490447257.html).
I already tried to use the Waveshare-Wiki for that, but it seems to be outdated. At least, I am not able to run the demos due to errors in the libraries.
And I am not able to set the pdqGraphicsTest from the GFX-library up.
I know how the pins, but not what protocol I should use to make this work.
Those are the pins given by Waveshare:
Has anyone an idea what I should do to make the display and the ESP workable?
Beta Was this translation helpful? Give feedback.
All reactions