Skip to content

kairda/pebble_round_watchface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pebble_round_watchface

This is a small example for a round pebble watchface (for the Pebble-Round smartwatch)

It is used by me in the context of me giving lectures and is used to show how much time has already been spent (using a circular display) and how much time is left. The lectures are placed in time-slot during the day. When the time for a lecture has come, the watchface displays how many minutes are left and at what time the lecture will end. Inbetween lectures, the watchface tells me, how many minutes are left until the next lecture starts. The lecture times are hardcoded in the source. Currently they are from 08:30 to 10:00, 10:15 to 11:45, 12:00 to 13:30, 14:15 to 15:45 and 16:00 until 17:30.

Works with pebble sdk (Version 4)

This is how the watchface looks during a lecture. The lecture started at 08:30, there are 18 minutes left and the green bars around the edge show, that more then 3/4 of the lecture is done:

Image1

This is inbetween lectures. The next lecture will start at 10:15, it is now 10:07. The watch says, that you have 8 minutes left:

Image2

A new lecture started. It will run until 11:45:

Image3

Instructions

  1. Get the pebble sdk (https://developer.pebble.com/)
  2. Run the following commands in the main directory
  3. pebble build
  4. pebble install --emulator chalk

Releases

No releases published

Packages

No packages published