Binary Clock
version 1.0

by HardHat, graphics by Teuras

Here is a little thing that shows the time in 24 hour clock format as
in a BCD (Binary Coded Decimal) format.  Each column represents a digit of
the number in decimal.  For example, if the time is 10:48:36, then the output
will be:

          O   X   O
	  O X O O X
	O O O O X X
	X O O O X O

if you look at the first column, it is (from top to bottom) off, on, which
means 0+1=1.  The second column is off, off, off, off which means 0+0+0+0=0.
So together they are '1' and '0'.  The last column is 0+4+2+0=6.

See also: http://en.wikipedia.org/wiki/Binary_clock

A PSPSMM Coder Team Project http://www.pspsmm.com

Hardhat's homepage: http://www.adamcon.org/~dmwick/psp/

Installation

If you use 1.0 or eLoader (2.0 and up) then just copy the 1.0/psp folder
to the root of your memory stick.  If you use 1.5, copy the 1.5/psp
folder to the root of your memory stick.

Usage

Start it, and enjoy the tranquility of the seconds passing.  To quit, press 
SELECT or START.

Source included.

