Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Circular Geometric Watch Face for Pebble Watch
C Ruby
branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
misc
resources/src
src
LICENSE
README.md

README.md

Pebble Circle Watch

Circular Geometric Watch Face for Pebble Watch

Background

I had some time over Labor Day weekend and it seemed like it would be fun to try out the Pebble SDK.

Discussed design ideas with my wife and daughter over breakfast and decided to try an analog design that showed hours and minutes using concentric circles that filled in based on what time it was.

Image

Here is an example from 12:07pm.

example 12:07pm

Build Instructions

Get a copy

git clone git@github.com:stevenchanin/Pebble_Circle_Watch.git

Build it

./waf configure
./waf build

Start a local webserver

python -m SimpleHTTPServer 8000

On your phone (on the same LAN)

open your browser, go to the ip address of your laptop on port 8000 for example http://192.168.1.xxx:8000/build

Click on Pebble_Circle_Watch.pbw

Open it in the Pebble application It should install and then be available on your watch as a watchface

Credit

Code based on the example 'Just A Bit' from the Pebble SDK.

Design credit to Jessie Dotson (https://www.facebook.com/jessie.dotson.9) & Allison Chanin

Something went wrong with that request. Please try again.