@Question, you need to add the touch screen CS line between an pin of the Photon and D8 on the display board. Make sure to change TouhTest.ino to the Photon pin you chose.
2 Likes
Yay! I did it! I changed the code so that it is β#define STMPE_CS D6β and swapped from the original which was β#define STMPE_CS D5β. Then I connected my D8 TFT touch shield to my D6 photon pin. Once I opened my serial monitor and pressed any key, it told me the resistance (how hard I pushed) and the location. The other error I got was just because β#includeβ was spelled wrong. Thanks for the help!
1 Like
I guess this is what I told you in the other thread about TS CS #8
on the silk screen, remember?
1 Like
@ScruffR Yeah, your right. I totally forgot :P. Still need to change my code from adruino to Photon but after that, I should be done. Thanks for the help everyone!
1 Like