LCD letters mirrored

Hello
So lately i came into posession of an LCD screen with ID= 0x5408.It works on MCUFRIEND_kbv library but ive encountered the issue written as a subject; all letters on the screen seem to be inversed.I'm using arduino UNO btw.
Here is a link to a photo of screen where you can see the problem :

Please edit MCUFRIEND_kbv.cpp:

    case 0x5408:
        _lcd_capable = 0 | REV_SCREEN | READ_BGR; //Red 2.4" thanks jorgenv, Ardlab_Gent

Hint. Search for case 0x5408:

This fix was put in the current Beta about 2 days after the v2.9.7 Release (what the Library Manager installs)
It will be in the next Release.

David.

p.s. Alternatively, just say tft.begin(0x9320); but you have to do this for every sketch.

thanks :slight_smile: