LED clock

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Usage)
Line 24: Line 24:
 
! Actions
 
! Actions
 
! Notes
 
! Notes
 +
|-
 +
| Main page
 +
| Touch anywhere to get to the menus
 +
| Can someone tell me how to [http://stackoverflow.com/questions/397927/turn-off-screensaver-while-openmoko-app-is-running turn off the screensaver] while this is running?
 
|-
 
|-
 
| Alarm
 
| Alarm
| non-functional
+
| Non-functional
 
| this isn't an alarm clock (yet)
 
| this isn't an alarm clock (yet)
 
|-
 
|-

Revision as of 17:42, 29 December 2008

LED clock.jpg

When an OpenMoko is sitting unused at night, turn it into an alarm clock with large red 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 'LED' colour to signify the hour before an alarm, or hue changing through night, or gradually brightening the whole display in the time preceding an alarm 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?
Personal tools
LED clock.jpg

When an OpenMoko is sitting unused at night, turn it into an alarm clock with large red 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 'LED' colour to signify the hour before an alarm, or hue changing through night, or gradually brightening the whole display in the time preceding an alarm 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
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?