- Arduino Mega 2560
- TFT LCD Mega Shield V2.2 (40 pin)
- 3.2" TFT_320QDT_9341 (40 pin)
Utilizing UTFT I could fix the first issue which was a white screen with:
UTFT myGLCD(ILI9341_16,38,39,40,41)
or
UTFT myGLCD(CTE32_R2,38,39,40,41)
(yes, both of these work)
However, none of the examples from either URTouch or Utouch work, I can't calibrate, I can't test the buttons. Adafruit libraries don't even work for it, they show as if there was constant pressure alllll over the screen
I'm currently using for URTouch and UTouch the following:
myTouch( 6, 5, 4, 3, 2)
I could not find any solution to this problem, I'm starting to think that perhaps the touchscreen is damaged
I also downloaded the code from this project , replaced the "myGLCD" and "myTouch" for the ones above, but the touch screen doesnt work (a bitmap is required to run it, so its better to download in case you want to)
Either way the result was the same, between all calibrations and even the project itself its as if the touch function does not exist and the screen does not respond to it, sadly the calibration from URTouch and UTouch do not have a Serial.print so that I could know if its working or not, but judging by the lack of response its easy to assume its not