Skip to content

bengottlieb/Complexity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple mod to add Week Day and Week Number to the Simplicity watch face included in the Pebble SDK release 001

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published