Search code examples
windowswindows-cescreen-resolution

How to change resolution on Windows CE 6.0


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.


Solution

  • 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.