Simple binary clock watch face for Bangle.JS
Shows the time in binary columns representing hh:mm:ss
Bottom most dot in each row is 1, next dot up is 2, then 4, e.t.c
Built using the original Bangle.JS binary clock as the base.
Default watch face showing time in binary with date in dd/mm/yyyy format
Pressing BTN1 will quickly show you the time in a human readable format
Full source code in: hc-binary-clock.src.js
Minified code for uploading to the watch in: hc-binary-clock.app.js