TFT01 3.2 320*240 + shield v2.2 + MEGA problem

Hi all,
I bought from ElecFreaks:

I'm trying to run the Demo code of the UTFT library.
I've 2 TFT01 3.2" 320*240, both same result, instead TFT01 3.2" widescreen 240x400 works perfect!! (same arduino and shield).

Tried also with a genuine Arduino MEGA, same result.

Please see attached pic.

For the TFT01 3.2" 320240 I'm using "TFT01_32" model parameter inside the DEMO code of the UTFT library.
For the TFT01 3.2" widescreen 400
240 (the working one) I'm using "TFT01_32WD" model parameter.

Hope anyone of you can help me. Thank you!

For the 320x240, try the default display entry of:

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

This works for my identical 320x240 display on both the Mega 2560 and Due.