huntlyc / bangle-js-binary-clock

Binary clock for the Bangle.JS watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bangle.JS Binary Clock

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.


Screenshots

screen1

Default watch face showing time in binary with date in dd/mm/yyyy format

screen2

Pressing BTN1 will quickly show you the time in a human readable format

Icon Credits

icon

Binary File Icon by Icons8

Hacking

Full source code in: hc-binary-clock.src.js

Minified code for uploading to the watch in: hc-binary-clock.app.js

About

Binary clock for the Bangle.JS watch

License:MIT License


Languages

Language:JavaScript 100.0%