Skip to content

WiesnerPeti/SiliconSampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiliconSampler

Pebble SDK WatchFace

Started with the Pebble SDK tutorial I'm exploring the Pebble SDK while creating a fun WatchFace. Version1Version1

###Fun facts ####To build and run on simulator Run in the folder, a.k.a Run.sh

pebble build && pebble install --emulator basalt

####To build and run on device

pebble build && pebble install --phone=[IP address]

####Debug Add to the code

APP_LOG(APP_LOG_LEVEL_DEBUG, "format", format arguments);

Run (aka Debug.sh)

pebble logs --emulator=basalt

####Headers Definitions can be found at (example is for the basalt)

/Users/[USER_NAME]/Library/Application\ Support/Pebble\ SDK/SDKs/3.8.2/sdk-core/pebble/basalt/include/pebble.h

####Custom font compilation can stuck Fortunately it is a known issue with a hacky fix.

About

Pebble SDK WatchFace experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published