2.4'' tft with spfd5408 HELP!!!!

Did anybody found out which setting are correct in this liene:

UTFT myGLCD(SPFD5408A,A2,A1,A3,A4);

These settings does not work :frowning:

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 :frowning:

UTFT myGLCD(SPFD5408A,A2,A1,A3,A4);