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.
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
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