Enabling touch on CYD when using custom firmware #177
Unanswered
BrazenCodebane
asked this question in
Q&A
Replies: 1 comment
-
Arduino IDE.....use TFT_eTouch.h #include <TFT_eTouch.h> #define ETOUCH_MOSI 32 SPIClass hSPI(HSPI); //define SPI port to be used by TFT_eTouch TFT_eSPI tft = TFT_eSPI(); |
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
-
I would appreciate some guidance on this subject. psuedocode or just the rough logic to solve the issue ,even more so appreciated.
Secondary question:
is there a VM or simulator to test code for the CYD on via vscode or another IDE?
Beta Was this translation helpful? Give feedback.
All reactions