Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial commit of dsky_clock #3700

Merged
merged 28 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e10347f
initial commit of dsky_clock
cchan-uoft Dec 22, 2024
0b4fe5f
renamed to app.js per @thyttan suggestion
cchan-uoft Dec 23, 2024
663eaa0
renamed to app.js per @thyttan suggestion - forgot to add renamed file
cchan-uoft Dec 23, 2024
19d37fe
cleaned up draw and datetime functions and commented out unused funct…
cchan-uoft Dec 23, 2024
b330596
Update apps/dsky_clock/metadata.json
carlchan Dec 23, 2024
8fde4d0
Update apps/dsky_clock/metadata.json
carlchan Dec 23, 2024
7c06bf4
added app-icon.js
cchan-uoft Dec 24, 2024
a1bcd0d
replaced app-icon.js
cchan-uoft Dec 24, 2024
1495684
Merge branch 'espruino:master' into dsky_clock
carlchan Dec 24, 2024
d14c467
Merge branch 'espruino:master' into dsky_clock
carlchan Dec 24, 2024
3d02e82
v2 with altmodes
cchan-uoft Dec 24, 2024
92fe968
updated metadata to reflect new features
cchan-uoft Dec 24, 2024
32dc122
update changelog
cchan-uoft Dec 24, 2024
c03d385
remove altdrawtimer on exit to launcher
cchan-uoft Dec 24, 2024
cb8d3dd
ensure UI resets properly after return from launcher
cchan-uoft Dec 24, 2024
c0e1173
change swipe direction
cchan-uoft Dec 24, 2024
31e9ee5
add altdraw modes, moved around order of modes
cchan-uoft Dec 24, 2024
0c64bda
try fix restore from launcher
cchan-uoft Dec 25, 2024
a5c6c6d
update app icon with png version
cchan-uoft Dec 25, 2024
ae23db5
learning how to declar variables in js
cchan-uoft Dec 25, 2024
b71480e
more cleanup after some lint checking
cchan-uoft Dec 25, 2024
3e24a5c
remove more unused variables and functions from previous versions
cchan-uoft Dec 26, 2024
d2f8d17
remove more unused variables and functions from previous versions
cchan-uoft Dec 26, 2024
4a93991
fix type in isActive check
cchan-uoft Dec 26, 2024
9dec064
handle missing weather libs per https://github.com/espruino/BangleApp…
cchan-uoft Dec 27, 2024
ebb2f7d
remove fast-load and layout.setUI to so launcher load works again
cchan-uoft Dec 27, 2024
005329e
dsky_clock: hide widgets before building layout
Dec 28, 2024
ddeceab
Merge pull request #1 from thyttan/dsky_clock
carlchan Dec 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading