Description
This is an update to my old app (Binary Blocks - http://www.mypebblefaces.com/apps/5650/4755/)
It displays the time in binary, using squares to represent the hour/minutes. The left most column is the hour, the next column is the tens digit of minutes, and the righmost column is the ones digit for minutes.
For example the time in the screenshot is:
Hours (leftmost column) the top two boxes are marked, that means the 3rd and 4th 'bits' are active. Binary goes 1,2,4,8; since the 3rd and the 4th are lit up, that means the hour is 8+4 = 12
Tens minute: Here the only active one is the bottom block. That's easy! Since the first 'bit' is lit, it is a 1 (remember 1,2,4,8!)
Ones minute: This one is trickier. Here the 1st, 2nd, and 3rd 'bits' are all lit. So the time is (remember 1,2,4,8!) 1 + 2 + 4 = 7
Add those all up and it is 12:17 :)
That may seem like alot of work but eventually you recognize the patterns. I enjoy it as a teacher because my students see my watch and it gives them something to think about, maybe a new concept to learn!
As of now 24 Hour mode does not work, the watch will simply display the 12 hour time.
The watch also displays the date and day (as I often forget them). The next thing I was going to add was a vibrate on phone connection lost command.
I hope you enjoy! If there is anything else you would like to have in a watchface let me know!