Nkawu / TFT_22_ILI9225

Arduino library for 2.2" TFT display modules with ILI9225 driver
GNU General Public License v3.0
83 stars 43 forks source link

Display Orientation #78

Open AOsw1 opened 1 year ago

AOsw1 commented 1 year ago

I have bought new displays, on this new one, the letters are written from right to left! ( tft.setOrientation(3); ) On my older Displays the Software works correct! I think there is a problem with the Entry Mode (R03h) Register ILI_Display

LiJu09 commented 1 year ago

Do you still have this issue?

Try to change line 347 in TFT_22_ILI9225.cpp

From: _writeRegister(ILI9225_DRIVER_OUTPUT_CTRL, 0x011C); To: _writeRegister(ILI9225_DRIVER_OUTPUT_CTRL, 0x001C);