SOLVED-BIG 7 inch TFT Looks great- 1 issue.

I've just received a CTE TFT shield and connected it up getting exactly the same mirrored image that you got so basically I now need to implement that software change THEN reverse engineer the shield to work out where each line goes to then it is sorted.

In the demo program "CTE_70inch_800x480" the demo routine upto to sin wave demo just produce bars of colour with black vertical lines then move them around !!

Everything from the sine wave onwards works as expected.

Many thanks.... I will post once I've edited the software.....

I've edited the UTFT.cpp file with the change you suggested i.e....

LCD_Write_COM(0x36); //rotation
LCD_Write_DATA(0x03); //was 0x22 ****

in the section starting:

#ifndef DISABLE_SSD1963_800
case SSD1963_800:
Serial1.println("ccc");

but it's still reversed......

Having a mess now...