Open TiltedMag830 opened 1 year ago
I'm having the same issue, it looks like it's in the initialization code, but it's a bit above my level to debug it. Any chance this got solved.
Thanks.
If anyone needs a fix for this issue, make the following change.
In file: "Setup207_LilyGo_T_HMI.h" Located in: \libraries\TFT_eSPI\User_Setups
Either remove or remark line 11 "#define CGRAM_OFFSET"
After making that change all rotations orientations work.
Oh, yeah it's always the CGRAM_OFFSET. Just kidding, amazing find/fix. I saw you over on the community site, btw.
The text is offset from the side of the screen when setRotation is set to 3, the background fills the full screen. I tried tft.setAddrWindow to update the window size.