Skip to content

sdneon/Enigma-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enigma+

Enigma watch face variant for Pebble Time. (Colour, Digital, Dual Time).

Modified from chadheim's old black & white example.

Display

  1. 4 of 5 rows of info:
  2. Day of week (abbreviated 3 letters, uppercase).
    • This mini-bar (top-left) doubles as 'bluetooth status' indicator.
      • Coloured: connected
      • Dark: disconnected.
  3. Date (DDMM or MMDD).
  4. Coloured time bar
    • Red: AM
    • Blue: PM.
  5. Year OR alternate time (new in v2.6).
    • Dual time does not handle daylight savings time.
  6. Battery-level indicator: 3rd column.
    • Top down orange bar: charging,
    • bottom-up bar: charge remaining.

Screenshots

screenshot 1 Watch face: AM, bluetooth connected, battery not charging

screenshot 2 Watch face: AM, bluetooth disconnected, battery charging

screenshot 3 Watch face: PM, bluetooth connected, battery charging

Dev Notes

Be warned: PebbleKit JS hates "+" (plus sign) in app names (in appinfo.json) and will crash, thereby causing app configuration page to fail!

Credits

Thanks to:

Changelog

  • 2.6
    • Added choice of date format (i.e. DDMM or MMDD).
    • Added dual time: display a 2nd time instead of year in 4th row.
  • 2.5
    • Added optional vibes for:
      • Bluetooth connection lost: fading vibe.
      • Hourly chirp. Default: Off, 10am to 8pm.
  • v2.4
    • Weekday name (abbreviated) should now be locale specific, using strftime("%a").
  • v2.3
    • Initial release.

About

Enigma+: Pebble Time watch face (colour, digital)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 41.4%
  • HTML 33.5%
  • CSS 16.4%
  • JavaScript 6.7%
  • Python 2.0%