Added Deko clock

pull/2129/head
hughbarney 2022-09-18 16:20:48 +01:00
parent 03b34ad9ed
commit cebb3c6cb2
7 changed files with 91 additions and 0 deletions

Binary file not shown.

10
apps/deko/README.md Normal file
View File

@ -0,0 +1,10 @@
# Deko Clock
A simple clock with and Art Deko font
The font was obtained from https://dafonttop.com/building.font and is free for personal use
![](screenshot.png)
Written by: [Hugh Barney](https://github.com/hughbarney) For support and discussion please post in the [Bangle JS Forum](http://forum.espruino.com/microcosms/1424/)

1
apps/deko/app-icon.js Normal file
View File

@ -0,0 +1 @@
require("heatshrink").decompress(atob("mEwwIdah/wAof//4ECgYFB4AFBg4FB8AFBj/wh/4AoM/wEB/gFBvwCEBAU/AQP4gfAj8AgPwAoMPwED8AFBg/AAYIBDA4ngg4TB4EBApkPKgJSBJQIFTMgIFCJIIFDKoIFEvgFBGoMAnw7DP4IFEh+BAoItBg+DNIQwBMIaeCKoKxCPoIzCEgKVHUIqtFXIrFFaIrdFdIwAV"))

64
apps/deko/app.js Normal file

File diff suppressed because one or more lines are too long

BIN
apps/deko/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

16
apps/deko/metadata.json Normal file
View File

@ -0,0 +1,16 @@
{
"id": "deko",
"name": "Deko Clock",
"version": "0.01",
"description": "Clock with Art Deko font",
"readme": "README.md",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS","BANGLEJS2"],
"storage": [
{"name":"deko.app.js","url":"app.js"},
{"name":"deko.img","url":"app-icon.js","evaluate":true}
]
}

BIN
apps/deko/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB