Open AOsw1 opened 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
Do you still have this issue?
Try to change line 347 in TFT_22_ILI9225.cpp
TFT_22_ILI9225.cpp
From: _writeRegister(ILI9225_DRIVER_OUTPUT_CTRL, 0x011C); To: _writeRegister(ILI9225_DRIVER_OUTPUT_CTRL, 0x001C);
_writeRegister(ILI9225_DRIVER_OUTPUT_CTRL, 0x011C);
_writeRegister(ILI9225_DRIVER_OUTPUT_CTRL, 0x001C);
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