Replies: 1 comment 2 replies
-
There does seem to be a problem with the E variant. As reported in #2071 for a parallel setup. Maybe this is related to support in the Arduino environment. Do other lines like CS and DC toggle? Have you tried using the HSPI port? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm trying to use ESP32-WROVER-E**(8MB)** to drive an SPI Screen (ST7789).
However, it failed to initialize VSPI. SCLK has no waveform
I tested SPICLASS and found that the problem still exists. (Maybe it is the problem of arduino framework?)
After changed the chip to a 4MB one, it seemed to work smoothly.
Is there a solution to initialize VSPI on the 8MB one?
Beta Was this translation helpful? Give feedback.
All reactions