I have used the V1 version of this screen on several projects with no real issues but now I have purchased the V2 version I cannot get it to work. I have replaced the UTFT, Buttons & URTouch libraries with the latest versions but I cannot even get the Examples code to display.
Has anyone encountered this issue & found a resolution?
Arduino 3.2" TFT LCD Touch shield V2 is an Arduino Mega compatible, multicolored TFT display with touch-screen and SD card socket as well. It is available in an Arduino MEGA shield compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface.
So I would assume the UTFT constructor would be:
UTFT myGLCD(ILI9341_8,38,39,40,41);
However the schematic seems to support a 16-bit interface.
UTFT myGLCD(ILI9341_16,38,39,40,41);
Note that the demo code from the wiki appears to be for a SSD1289