Tft 3.2 Touch will just not work -.-

Martin1454:

guix:
Try the UTFT library instead

well, now ...

a white screen...

Hey, not sure if you're using the same screen as I was, but I had that exact same problem and got it to work by reversing the directions that say...
// Uncomment the next line for Arduino 2009/Uno
UTFT myGLCD(ITDB32S,19,18,17,16); // Remember to change the model parameter to suit your display module!

// Uncomment the next line for Arduino Mega
//UTFT myGLCD(ITDB32S,38,39,40,41); // Remember to change the model parameter to suit your display module!

I just commented the one it said to uncomment, and uncommented the one it says to comment

// Uncomment the next line for Arduino 2009/Uno
//UTFT myGLCD(ITDB32S,19,18,17,16); // Remember to change the model parameter to suit your display module!

// Uncomment the next line for Arduino Mega
UTFT myGLCD(ITDB32S,38,39,40,41);

There was also an issue with the pin numbers as stated in the previous post. I can check my code when I'm home and post it.

Hope this helps!