Replies: 2 comments 4 replies
-
hi,
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Whoops that's based an old espressif core version from early 2022, latest is 6.1.0. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using an ESP32 which is connected via 8-bit parallel bus to a display which has the ILI9486 driver implemented.
With the following custom config, the interface and the library is working perfectly:
If I then try to add a SD card to the hardware using the VSPI bus of the ESP32 and add the code:
I alway get the error:
If I remove the code for the LGFX library from my code, the SD card works and read/write access is possible with the SD card.
So it seems to me, that although I am using a parallel bus config to the display, the SPI interface is also blocked.
Any ideas what I can check?
Thank you for your support.
Artur
Beta Was this translation helpful? Give feedback.
All reactions