Hello!
Hope you are well?
I'm working on a Visi project and the screen I'm using is a uLCD-32PTU, I want to rotate my screen by a button event if touched and it should rotate the screen
and it's content such as Image, buttons etc.
To rotate the screen I simply used gfx_Set(SCREEN_MODE,LANDSCAPE_R) ;
But the content stayed the same and didn't fit onto the screen so is there a way I can change the image or any content's location by using visi code?
Thanks
Regards
Jacques
Hope you are well?
I'm working on a Visi project and the screen I'm using is a uLCD-32PTU, I want to rotate my screen by a button event if touched and it should rotate the screen
and it's content such as Image, buttons etc.
To rotate the screen I simply used gfx_Set(SCREEN_MODE,LANDSCAPE_R) ;
But the content stayed the same and didn't fit onto the screen so is there a way I can change the image or any content's location by using visi code?
Thanks
Regards
Jacques
Comment