Skip to content

Commit

Permalink
Merge pull request #3700 from carlchan/dsky_clock
Browse files Browse the repository at this point in the history
initial commit of dsky_clock
  • Loading branch information
thyttan authored Dec 30, 2024
2 parents 6286912 + ddeceab commit 1e32d09
Show file tree
Hide file tree
Showing 7 changed files with 438 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dsky_clock/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.01: Initial commit
0.02: Added Alt modes
38 changes: 38 additions & 0 deletions apps/dsky_clock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# DSKY Clock

This is a clockface inspired by the Apollo DSKY interface.

## Features
- battery level indicator (PROG indicator)
- month (VERB indicator)
- date (NOUN indicator)
- Current local time (DATA 1)
- UTC time (DATA 2)
- Step counter (DATA 3)

Indicator lights are:
- COMP ACTY (GPS/HRM active)
- MSG (Messages waiting)
- LOCK (Screen is locked)
- BT (Bluetooth is disconnected)
- BATT (Low battery or battery charging)
- ALARM (Alarm is set)
- STEP (Reached STEP goal))

----
## Alt Modes
Swipe left/right to switch between different PROGRAM modes.

- HRM (BPM/Confidence)
- GPS (Latitude/Longitude/Speed)
- Weather (Humidity/Rain/Temperature/Wind/Condition Code)
- Accelerometer (X/Y/Z)
- Compass (HEADING)

In the interests of usability these change the "LIGHT" on the left side to show the current mode.

----
This is my first watch face, may add features and customization later.

## Creator
Written by Carl Chan | [github](https://github.com/carlchan)
1 change: 1 addition & 0 deletions apps/dsky_clock/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added apps/dsky_clock/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e32d09

Please sign in to comment.