LED clock

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: thumb 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 differ...)
 
Line 15: Line 15:
  
 
There is no .desktop file for it yet (could someone create one, and an installer or opkg or something?)
 
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.
 +
 +
{| border=1
 +
! 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?
 +
|}

Revision as of 18:41, 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
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?