Did anybody found out which setting are correct in this liene:
UTFT myGLCD(SPFD5408A,A2,A1,A3,A4);
These settings does not work ![]()
I checked the pins of the LCD and my Arduino UNO.
It should be:
lCD -> Arduino UNO = Pin_number
RS -> A2 = 25
WR -> A1 = 24
CS -> A4 = 27
RST -> A5 = 28
=>
UTFT myGLCD(SPFD5408A,25,24,27,28);
But it does not work ![]()
UTFT myGLCD(SPFD5408A,A2,A1,A3,A4);