Redtop It is the 5 inch and it is still set just as you had it
Ok so I'm retarded can someone explain to me how that lighting period screen works ?
UTFT myGLCD(CTE70, 38,39,40,41);
make sure on line 179 it looks like that when I got the code at first it looked like this
UTFT myGLCD(CTE50, 38,39,40,41);
just changed the 5 to a 7 and that was all I belive I changed
UTFT myGLCD(CTE70, 38,39,40,41);
make sure on line 179 it looks like that when I got the code at first it looked like this
UTFT myGLCD(CTE50, 38,39,40,41);
just changed the 5 to a 7 and that was all I belive I changed
redtop it might work for the 5" LCD if you have CTE50 or CTE70 in the code but if you have a 7" LCD you have to use the CTE70 or you will get the white screen of death soon as you change the CTE50 to CTE70 every thing just works. I did it with a sainsmart and a real arduino one using the black tft shield that came with it and the other using just the regular blue one and both did the same thing
//UTFT myGLCD(X, 38,39,40,41); // "X" is the screen you are using
//UTFT myGLCD(ITDB50, 38,39,40,41);
UTFT myGLCD(CTE70, 38,39,40,41);
UTouch myTouch(6,5,4,3,2);
//UTouch myTouch(7,6,5,4,3);
I got an error code when I tried to change that from the sketch
//UTFT myGLCD(X, 38,39,40,41); // "X" is the screen you are using
UTFT myGLCD(ITDB50, 38,39,40,41);
//UTFT myGLCD(CTE70, 38,39,40,41);
UTouch myTouch(6,5,4,3,2);
//UTouch myTouch(7,6,5,4,3);