Hello!
I have a little problem with screen orientation where I would like to ask some help.
I use LANDSCAPE orientation and 5 different FORM. One FORM from the five works really different. When I run the serial terminal I see that the x and y coordinates does not what it would be.
For example if I touch somewhere on the landscaped display's up-right corner then the coordinates which appear on the terminal will be left-down corner. It seems that the display switch to portrait somehow.
In the beginning of the code there is the
Display.gfx_ScreenMode(LANDSCAPE) ;
and this is the only one.
The other four FORM working OK just only the fifth FORM works differently however the displayed widgets and texts has showing the landscaped orientation.
Peter
I have a little problem with screen orientation where I would like to ask some help.
I use LANDSCAPE orientation and 5 different FORM. One FORM from the five works really different. When I run the serial terminal I see that the x and y coordinates does not what it would be.
For example if I touch somewhere on the landscaped display's up-right corner then the coordinates which appear on the terminal will be left-down corner. It seems that the display switch to portrait somehow.
In the beginning of the code there is the
Display.gfx_ScreenMode(LANDSCAPE) ;
and this is the only one.
The other four FORM working OK just only the fifth FORM works differently however the displayed widgets and texts has showing the landscaped orientation.
Peter
Comment