A minimalist digital watch face for Pebble smartwatches, implemented in C.
This watchface features a clean, simple design with:
- Digital time display in bold, easy-to-read format
- Minimalist color scheme: White time, gold date on black background
- Date display: Day and date below the time
The watchface features:
- Clean black background
- White time display for maximum readability
- Gold date accent
- Centered layout focused on essential information
- 24-hour and 12-hour time format support
- Automatic date updates
- Compatible with multiple Pebble models (Aplite, Basalt, Chalk, Diorite, Emery)
- Implemented in C for native performance
- Minimalist, distraction-free design
- Install the Pebble SDK
- Clone this repository
- Build the project:
pebble build
- Install on your Pebble watch:
sudo pebble install --emulator basalt # or pebble install --phone <phone_ip>
The watchface uses:
- C: Native implementation in
src/c/main.c - Pebble SDK 3: Compatible with all Pebble watch models
src/c/main.c- C watch face implementationappinfo.json- Pebble app metadatawscript- Build configuration