disable CS? #1543
Answered
by
Bodmer
reinierdevl
asked this question in
New processor/display support or capability request
disable CS?
#1543
-
I'm really stuck with pins at the moment on my NodeMCU. For me a usefull extension would be to connect the CS of the display to ground (so it is always selected) to free up another PIN and be able to disable CS in the library, like RTS. |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Jan 10, 2022
Replies: 1 comment
-
All you need to do is not #define TFT_CS, just comment it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bodmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All you need to do is not #define TFT_CS, just comment it out.