SSD1963 in parallel mode on an ESP32 S3 #3541
Closed
KernalCrash
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
Problem solved, I re-used code of one of the other example sketches and didn't notice I accidentally copied a portion that had DMA versions of the functions I wanted to use. My bad. Things work well. |
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.
-
Hi!
I set my system up according to #1075 but keep getting
undefined reference to
_ZN8TFT_eSPI12pushImageDMAEllllPtS0_' undefined reference to
_ZN8TFT_eSPI7initDMAEb'The implementation for both of these methods are not existent in parallel mode. What am I missing?
I use TFT_eSPI V2.5.43.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions