Jon's Binary Clock v1.2
This is a clock which represents time in BCD.
Each digit is represented by 4-bits, top to bottom.
hour min sec
+---+---+-+---+---+-+---+---+
| o | o | | o | o | | o | o | 8
| o | o |:| o | o |:| o | o | 4
| o | o | | o | o | | o | o | 2
| o | o | | o | o | | o | o | 1
+---+---+-+---+---+-+---+---+
This is my first C project, as well as my first X11/GTK+ project.
Please let me know if you think this is nifty, and/or if you have any suggestions on the code.
Thanks!
Jon Anhold
(jon@snoopy.net)
