ILI9488 with ESP32 - Rotation Issue #1892
Unanswered
Biocas2007
asked this question in
Q&A - General
Replies: 1 comment 1 reply
-
This type of display issue typically occurs if the wrong controller type is used. Provide a link to the vendors page. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am hoping one of the more talented members may be able to shed some light on the situation I am having with this display. For some reason I cannot seem to get the rotation to display correctly on the screen. The only rotation that works is tft.setRotation(1) which is always at the top left corner at (0,0). Any other rotation seems to take the top left corner and uses that point as the start. The following issues are noticed when changing the rotation.
Rotation(0) - portrait, all text is mirrored on top left point
Rotation(1) - landscape, All text fine
Rotation(2) - portrait, some text upside down, some text mirrored, some both
Rotation(3) - landscape, Text1 upside down and mirrored, TextFont7 fine, TextFont4 upside down and mirrored
The sketch used is TFT_Print_Test. Based on what seems to be happening is that the (0,0) coordinate does not seem to be changing to the correct location when the rotation is changed. If anyone has any insight on where I should begin my troubleshooting I would greatly appreciate it. Attached are the images relation to the issue with the rotation along with the model of the TFT screen.
Beta Was this translation helpful? Give feedback.
All reactions