Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cscott/pebble-flipped-bits
Flipped version of "Just a Bit" watchface for Pebble
https://github.com/cscott/pebble-flipped-bits
Last synced: 13 days ago
JSON representation
Flipped version of "Just a Bit" watchface for Pebble
- Host: GitHub
- URL: https://github.com/cscott/pebble-flipped-bits
- Owner: cscott
- Created: 2013-06-17T15:08:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T16:02:17.000Z (over 11 years ago)
- Last Synced: 2024-11-07T06:15:59.754Z (2 months ago)
- Language: C
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pebble-flipped-bits
The "Just a Bit" demo watchface from Pebble --- except with the bits flipped
so they read correctly, MSB to LSB.[![Preview Image](https://raw.github.com/cscott/pebble-flipped-bits/master/preview.png)](http://www.mypebblefaces.com/view?fID=4111&aName=cscott&pageTitle=Just+a+%28flipped%29+bit&auID=4559)
This is actually a BCD-format watch. The digits read hours to seconds,
top-to-bottom. It updates every second.Modifications released into the public domain by C. Scott Ananian, 2013.
The license for the rest of the code is whatever Pebble chose for their
"Just a Bit" demo.