Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Orientation #78

Open
AOsw1 opened this issue Jan 11, 2023 · 1 comment
Open

Display Orientation #78

AOsw1 opened this issue Jan 11, 2023 · 1 comment

Comments

@AOsw1
Copy link

AOsw1 commented Jan 11, 2023

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
Copy link

LiJu09 commented Mar 8, 2023

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants