Pebble Terminal Watchface Part 2
This post is a continuation of a project discussed in Pebble Terminal Watchface Part 1
New Features
Version 2.0 features:
- Vibrate on Bluetooth disconnect
- Ability to turn off blinking cursor animation (displays static cursor instead)
- Ability to disable watch vibration on disconnect
The watch configuration page is accessed from the user’s phone.
The Code
The configuration page was made using Pebble SDK’s AppMessage feature, which lets the watch and paired phone communicate and send data, and the Clay package. Clay lets the configuration page (pictured above) be hosted locally, instead of on an external server. The source code can be found on my Github. The new version can be found on the Pebble Appstore.