diff --git a/apps/dsky_clock/README.md b/apps/dsky_clock/README.md index a710ae077..d85f826ea 100644 --- a/apps/dsky_clock/README.md +++ b/apps/dsky_clock/README.md @@ -19,6 +19,18 @@ Indicator lights are: - 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. diff --git a/apps/dsky_clock/dsky_clock.img b/apps/dsky_clock/dsky_clock.img deleted file mode 100644 index 9e2fb3adb..000000000 Binary files a/apps/dsky_clock/dsky_clock.img and /dev/null differ diff --git a/apps/dsky_clock/metadata.json b/apps/dsky_clock/metadata.json index d66a99a73..a00602b5c 100644 --- a/apps/dsky_clock/metadata.json +++ b/apps/dsky_clock/metadata.json @@ -2,7 +2,7 @@ "name": "DSKY Clock", "icon": "dsky_clock.img", "screenshots": [{"url":"screenshot1.png"}], - "version": "0.01", + "version": "0.02", "description": "A clockface inspired by the Apollo DSKY interface.", "tags": "clock", "type": "clock",