Two GC9A01 displays on one esp32 with different contents #2345
Unanswered
griffinmt
asked this question in
Q&A - General
Replies: 1 comment
-
Control the cS lines in the sketch. See turorial here: |
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.
-
Is it possible to attach all the pins of one display to a second display providing the CS pins are different? And if they are the same type of display, how do you invoke them with TFT_eSPI?
EG:
TFT_eSPI tft1;
TFT_eSPI tft2;
How do you tell each which CS to use?
Since they are using the same user_setup etc.
Beta Was this translation helpful? Give feedback.
All reactions