I have an application that needs a resolution of 800x480, however, the device it seems that has a resolution of 480x800, but configurated to landscape insteado of portrait, so in this case the real resolution is 480x800 instead of 800x480.
How can I set the resolution of windows CE?
Thanks so much.
you can set the "Angle" dword value under: HKEY_LOCAL_MACHINE\SYSTEM\GDI\ROTATION Valid values are 0 5A (90) B4(180) 10E(270) The display driver must support rotation, but most of those implemented using GPE do.