1
0
Fork 0

v1.00 - Added sonic clock app

master
Joseph Moroney 2022-01-04 13:39:50 +10:00
parent d9d5926416
commit 6da9121f24
7 changed files with 314 additions and 0 deletions

View File

@ -5062,5 +5062,22 @@
{"name":"ltherm.app.js","url":"app.js"},
{"name":"ltherm.img","url":"icon.js","evaluate":true}
]
},
{
"id": "sonicclk",
"name": "Sonic Clock",
"version": "1.00",
"description": "A classic sonic clock featuring run, stop and wait animations.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"readme": "README.md",
"storage": [
{"name":"sonicclk.app.js","url":"app.js"},
{"name":"sonicclk.img","url":"app-icon.js","evaluate":true}
]
}
]

1
apps/sonicclk/Changelog Normal file
View File

@ -0,0 +1 @@
1.00 Added sonic clock app

13
apps/sonicclk/README.md Normal file
View File

@ -0,0 +1,13 @@
# Sonic Clock
A classic sonic clock featuring run, stop and wait animations.
![Sonic Clock screenshot](screenshot.png)
## Usage
- Sonic will run when the screen is unlocked
- Sonic will stop when the screen is locked
- Sonic will wait when looking at your watch face (when `Bangle.on("twist", fn)` is fired).
### Made with love by [Joseph](https://github.com/Johoseph) 🤗

View File

@ -0,0 +1 @@
require("heatshrink").decompress(atob("mEwwkBiIA/AE0ZzIACBIgFFC7oTCylEzOIDYeZogX6LwWd7oYCAAOJC82UpoXFAAKnMC6x2CpIVFC/gSCxOYAYP///4C4X/DBIXWIIwWBDAWPAYIXedQJwG/8AgEP//wgAX2CwIADRoQXmSIoXtJAeEoi+C+lEoAcBogX7zOUondolEpvdAAQXgYIgXCAAwXlAAIYC6ENLx4XtAYMZDAvd6gWJC7IKJABgX/C74A/ADY"))

282
apps/sonicclk/app.js Normal file

File diff suppressed because one or more lines are too long

BIN
apps/sonicclk/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB