Connect 3.2 TFT LCD with SSD1289 directly to Arduino mega

There are a couple of considerations when using UTFT depending on whether your using 8bit, 16bit or serial modes to talk to the tft, in my case using ITDB02 shield with 3.2"TFT and HX chipset on Mega in 16 bit mode

UTFT myGLCD(ITDB32S,38,39,40,41);

For my 2.4" TFT i use this line to tell UTFT which driver to us

UTFT myGLCD(TFT01_24_16,38,39,40,41);