Pebble Terminal Watchface
Pebble is best described as a budget smartwatch for the nerds. I wanted to develop a simple watchface for Pebble in order to improve my C skills. Also, Pebble is very cool.
About the Watchface
The watchface is simple; it has the following features:
- Displays current date and time
- Displays phone connection status
- Displays battery status
The Code
The face is coded in C using the Pebble API. The source code can be found here on GitHub
Future Plans
With regards to the watchface, I would like to release another version. The new version would that allow for configuration of the blinking cursor animation. For future Pebble projects I would like to develop an app that communicates with the paired phone.