T3 Amoled Touch, orientation of screen
-
Hello,
I'm using the Lilygo T3 Amoled Touch Display (H705, H681). How can I change the general orientation of the screen in the screen driver from horizontal to vertical?
So, from 536 wide x 240 high to 240 wide x 536 high.
I'm using lvgl, but it's not possible to change the general orientation there.Thanks in advance.
-
@mr-tk TFT_eSPI is very easy to change orientation.
For LVGL it was suggested on the LilyGO LilyGO T-Display S3 AMOLED GitHub repository how to, here.
https://github.com/Xinyuan-LilyGO/T-HMI/issues/16#issuecomment-1817525902
I haven't tried it myself, it does not look straight forward or easy!
-Terry -
Hi Terry, thank you for your reply.
I will try it but it is very complex.I try it to solve directly with Squaline Studio.