Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Version two of BInary Blocks!
C Python Objective-C
branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
build
src
.gitignore
.lock-waf_linux2_build
README.md
appinfo.json
appinfo.json~
pebble-screenshot_2014-07-04_12-10-25.png
wscript

README.md

This is my first watchface (and Github!). This is a binary clock, and can be a little confusing to look at.

Binary looks likes 101001, and in base ten (normal numbers) that is 11+20+41+81+161+321 = 37.

With the watch the basic idea is that there are three columns, one for the hour and two for the minutes. The big squares on the left are the hour column, and the small squares to the right are the minute squares.

PLEASE VIEW IN 'RAW' DUE TO FORMATTING ERRORS FOR THE FOLLOWING EXPLANATION

The arrangement of the watch is like this:

8 8 8 4 4 4 2 2 2 1 1 1 Hours Ten Single Minutes Minutes

For example:


| | |___|


| | __ |__| |_|

   __
  |__|

Hours ten single min min

Would be 8 + 2 hours = 10 2 ten minutes = 2 1 single minute So the time would be 10 hours, and 20+1=21 minutes, or 10:21.

Currently the watch only supports 12 hour time, and will not change if 24 hour time is selected.

The time in the picture is 12:17!

Something went wrong with that request. Please try again.