FIX for anyone having problems with the TFT 2.8" LCD

If anyone's been having problems trying to get the 2.8" display working from ITEAD studios all you have to do is change
the pins too this

UTFT myGLCD(ITDB28,A5,A4,A3,A2); // Remember to change the model parameter to suit your display module!
UTouch myTouch( A1, 10, A0, 8, 9);

and take out the UTouch if you just want the UTFT.

Regards

Lewis