T-HMI Screen Rotation 3
-
This is also currently an issue on git, but I wanted to ask in this forum to see if someone is aware of a solution.
https://github.com/Xinyuan-LilyGO/T-HMI/issues/7When the T-HMI is set to screen rotation 3 about 20% of the left side of the screen is left blank all all text and graphics treat that as 0. All other rotations values work as designed. This is easy to repro, use any of the example code and change tft.setRotation to 3.
Thanks.
-
@fozi yeah...mine does that too. I just gave up!
I will try to raise another issue and see if lewis xhe responds, or it is a design flaw.
Try haranguing them at sales@lilygo.cc. -
@fozi said in T-HMI Screen Rotation 3:
I fixed the issue.
In file: "Setup207_LilyGo_T_HMI.h"
Located in: \libraries\TFT_eSPI\User_SetupsEither remove or remark line 11 "#define CGRAM_OFFSET"
After making that change all rotations orientations work.