Own a SSD1289 TFT display and looking for more speed? Check this out!!

Hello :slight_smile:

I've just discovered this topic and I'm really interested by this...

I downloaded and tried both attached zip files, but they result in a fully white screen, nothing is displayed. The default utft lib is working, I use it with a Mega and sainsmart's tft shield, so my init code is normally:
UTFT myGLCD( ITDB32S, 38, 39, 40, 41);

So, the TFT itself uses Arduino pins 22 to 37 for data, and pins 38, 39, 40, 41 for control.. I've checked config.h file, it seem correctly setup already so it should work.. but it doesn't. Any idea what could be wrong?