Skip to content

remixz/pebble-bmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMO — Pebble Watchface

Design

Who wants to play video games?

I hold no responsibility if this breaks your Pebble! This is built using the early Proof of Concept SDK, and may be unstable. I use it on my Pebble without issues though. 😄

Building

Because remembering paths is a pain, I've set up a Makefile to do that for you. Make sure to clone this watch into the proper directory:

git clone https://github.com/remixz/pebble-bmo.git /path/to/pebble-sdk/watches/pebble-bmo
cd trekkie
make setup

Then, to build, just run:

make build

Installing it on your Pebble is a bit more of an adventure. I install it using libpebble. If you are on Android, you can also serve the .pbw on a web-server and download it.