ST7735 text display mirrored ?

Dear Members,

I have initialized a ST7735 LCD ,

It can display the color properly but the text is mirrored,

Anyone has a solutions ?

Code :

 
        ILI9341_Draw_Char(*Text++, X, Y, Colour, Size, Background_Colour); //originally Rixtronix LAB 22 Nov 21
  
        X += CHAR_WIDTH*Size;

Parents Reply Children
No Data
Related