Default [APP][02-Aug-09] Rotate Screen Utility

Here's a quick coding of the screen rotation utility while I was developing the navigation panel. Thought it might be useful for folks who may want to have screen orientation mode such as landscape anti-clockwise and reverse portrait.

Click image for larger version

Name:	Screen01.jpg
Views:	2028
Size:	20.3 KB
ID:	211484

First release (v1.0) - 16th Dec 08
The utility can be run in two mode, the "UI" mode basically triggers a pop up, like the one in the screenshot. The "toggle" mode basically rotates the screen in clockwise manner.
Updated (v.1.1) - 2nd Aug 09
Updated the utility to have the ability to toggle, cycle, set via command line or menu. If you use the utility program without any parameters, it'll cycle the rotation. See readme.txt (or below) for more information

Code:
Options & Parameters
====================
/menu    Display pop up menu to select the orientation mode (Normal, Reverse Portrait, Landscape 90 deg, Landscape 270 deg)
/toggle  Toggle Orientation mode between Normal & Landscape
/set     Set the orientation mode, requires 2nd parameter to be the Orientation mode (see Orientation Mode definition below)

Orientation Mode Definition
===========================
0   Normal
1   Landscape (90 deg) 
2   Reverse Portrait
3   Landscape (270 deg)

To be used with the /set option. E.g.  RotateScreen /set 3
have fun!
Attached Thumbnails
Click image for larger version

Name:	sshot001.jpg
Views:	1446
Size:	57.8 KB
ID:	137750   Click image for larger version

Name:	RotateScreen.jpg
Views:	557
Size:	6.3 KB
ID:	211483  
Attached Files
File Type: cab Zenyee RotateScreen.cab - [Click for QR Code] (14.9 KB, 849 views)
File Type: cab Zenyee RotateScreen 20090802.cab - [Click for QR Code] (274.3 KB, 1700 views)