Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Simple mod to add Week Day and Week Number to the Simplicity watch face included in the Pebble SDK release 001
C
branch: master
Failed to load latest commit information.
releases Added release with new url.
resources/src Simplicity -> Complexity
src My bad
README.md New screenshot and README.md

README.md

Complexity

Action shot

Complexity is a quick and dirty mod of the Simplicity watch face for Pebble which adds Week Day and Week Number to the main screen.

The text for the top two rows is only redrawn if changed to conserve juice.

Building the watch face

First, create a new project with the create_pebble_project.py script included in the Pebble SDK.

cd <parent dir of project root>

/<sdk_path>/tools/create_pebble_project.py --symlink-only /<sdk_path>/sdk/ complexity

cd complexity

./waf configure build

Install the watch face using libpebble

First, make sure libpebble is set up and running properly. Then:

/<libpebble_path>/p.py --pebble_id <PEBBLE_ID_OR_MAC_ADDRESS> --lightblue load complexity.pbw
Something went wrong with that request. Please try again.