Tell us about yourself!
Complete Your Profile- VicrantT commented on JoaoLopesF's instructable How to use 2.4 inch TFT LCD SPFD5408 with Arduino Uno and Mega1 year ago
- VicrantT commented on JoaoLopesF's instructable How to use 2.4 inch TFT LCD SPFD5408 with Arduino Uno and Mega1 year agoView Instructable »
For touch to work Change #define YP A3 #define XM A2#define YM 9#define XP 8AND in touchscreen.cpp rather than return TSPoint (1023-x,1023-y,z) change it to return TSPoint (1100-x,1043-y,z) for better results!May this will be helpful to you!Let me know if so!Good luck!
Try to fix the screen properly