LED clock

From Openmoko

Revision as of 18:54, 29 December 2008 by Ojw (Talk | contribs)

Jump to: navigation, search
LED clock.jpg

When an OpenMoko is sitting unused at night, turn it into an alarm clock with large 7-segment digits on a black background in landscape mode.

This differs from the regular clock in that it's intended to be readable from a distance or with unfocused eyes, similar to commercial LED alarm clocks.

Since it's not limited to a single-colour display, it can do a few neat things like changing colour to signify the hour before an alarm, or hue changing through night, or gradually brightening the whole display to simulate a dawn and provide gradual wake-up.

This provides an alternative to having the OM sitting in normal desktop mode while in a bedroom at night (which is too much unwanted illumination for no purpose), and an alternative to putting it into sleep mode (make it do something useful, make it easier to find)

Installing

Download python file from:

http://projects.openmoko.org/projects/ledclock/

There is no .desktop file for it yet (could someone create one, and an installer or opkg or something?)

Usage

Touch the right side of the screen to scroll through the 'menu' pages. It will automatically return to normal clock mode if you don't press anything for 5 seconds.

Page Actions Notes
Main page Touch anywhere to get to the menus Can someone tell me how to turn off the screensaver while this is running?
Alarm Non-functional this isn't an alarm clock (yet)
Colour Touch the screen to select a colour for the display List of colours is defined in an array "self.colours"
Brightness Touch top of screen to increase brightness, bottom of screen to decrease
Options Touch any option to toggle it 12/24 hour mode not available yet. Use 'rotate' option to go into landscape/portrait mode (this is done internally, not using the window manager).
Quit page Touch this page to exit the program Just calls sys.exit at the moment, can someone get it to close the window nicely?

Development

Hack away on whatever you want; let Ojw know if you need permissions to release files.

Due to some subversion problems, I'm currently uploading each version of the source-code as a 'release' rather than using version-control.

Personal tools
LED clock.jpg

When an OpenMoko is sitting unused at night, turn it into an alarm clock with large 7-segment digits on a black background in landscape mode.

This differs from the regular clock in that it's intended to be readable from a distance or with unfocused eyes, similar to commercial LED alarm clocks.

Since it's not limited to a single-colour display, it can do a few neat things like changing colour to signify the hour before an alarm, or hue changing through night, or gradually brightening the whole display to simulate a dawn and provide gradual wake-up.

This provides an alternative to having the OM sitting in normal desktop mode while in a bedroom at night (which is too much unwanted illumination for no purpose), and an alternative to putting it into sleep mode (make it do something useful, make it easier to find)

Installing

Download python file from:

http://projects.openmoko.org/projects/ledclock/

There is no .desktop file for it yet (could someone create one, and an installer or opkg or something?)

Usage

Touch the right side of the screen to scroll through the 'menu' pages. It will automatically return to normal clock mode if you don't press anything for 5 seconds.

Page Actions Notes
Main page Touch anywhere to get to the menus Can someone tell me how to turn off the screensaver while this is running?
Alarm Non-functional this isn't an alarm clock (yet)
Colour Touch the screen to select a colour for the display List of colours is defined in an array "self.colours"
Brightness Touch top of screen to increase brightness, bottom of screen to decrease
Options Touch any option to toggle it 12/24 hour mode not available yet. Use 'rotate' option to go into landscape/portrait mode (this is done internally, not using the window manager).
Quit page Touch this page to exit the program Just calls sys.exit at the moment, can someone get it to close the window nicely?

Development

Hack away on whatever you want; let Ojw know if you need permissions to release files.

Due to some subversion problems, I'm currently uploading each version of the source-code as a 'release' rather than using version-control.