Hello,
i try to get used to working with µVision5 and emWIN5 to generate a GUI. I am using the MCB4300 evaluation board with a Cortex-m4. Now i want to understand, how to use virtual screens. For this purpose i run a tutorial program called "VSCREEN_RealTime.c". This Program generates two virtual screens. With a button you can change to the second screen in order to change some collors. First i thought it has maybe something to do with the VRAM, but i realised that the funktion of the second screen is there. That means, if i press the button (i use the Touchpannel) i can set new collors, but the screen doesnt change to ne second screen. Now i think the problem is maybe within the GUI_SetOrg() funktion? This funktion should set the Origin of the screen to a new x and y value. I tried to find the funktion in the files to see what it does in detail, but could not find it. Do you have any idea or help, that could help me finding the problem? Thanks.