This is a binary BCD watchface for Pebble.
BCD means binary coded decimals, so for minute/second, each decimal digit is encoded in binary individually, so it's easier to read. The hour is binary though.
The way the time is displayed is inspired by Adafruit's Timesquare watch. The code is forked from BinaryPebble by noahsmartin.