Hi,
I changed the orientation of the screen and it is ok when run on embedded wizard but running on the system workbench the touch event does not respond.
I'm using STM32F769I_DISCO with 800,480 display.
I change the orientation to 480,800, rotation 270.
When i debug the code i put a breakpoint at
if ( touched == 0 )
CoreRoot__DriveCursorHitting( rootObject, 1, 0, touchPos );
So, i touch the display and stop at this line but the display doesn't make anything.
If i change the orientation or rotation i have to change something in the main??
Thanks in advance