Add files via upload

pull/2432/head
Giles Booth 2022-12-26 11:42:28 +00:00 committed by GitHub
parent 27b26fcd9e
commit 53b4684e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 111 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Gemini clock
A simple clock face using the Buro Destruct Geminis font, inspired by their Pebble Watch designs: https://burodestruct.net/work/pebble-watchfaces
![image](watch-in-use.jpg)
It is designed for maximum legibility and utility whilst still showing widgets.
If editing or remixing this code, please retain leading zeroes on the hours, they are an integral part of the design.
The minutes are not right-aligned deliberately so that the numbers don't jump around too much when they change.
## Creator
Created by Giles Booth:
- http://www.suppertime.co.uk/blogmywiki/
- https://mastodon.social/@blogmywiki
- https://github.com/blogmywiki

View File

@ -0,0 +1 @@
require("heatshrink").decompress(atob("AJhMIIQvwBBEQAOCgYCCBwAHI5mABpBAIkCBZCFxJ//wANMYBEwQL84gFzPjAI+CRguIPBguHAguWeBpeFwjuJIwuOABS2CFwQAJAiwCF1ICF/wv+F73eSFzIlMwAI/QQuTIAOGKAQAMFwoCOAokCQflEQuEHgQANMSiDIgAEDw5kSQguKSQgWCewRGSFxRyCAAQUDHwuR8guMHwgAFAwuggRDsCXw5GFyvmFxQAIjwguovwgv+F/1+OF6ZlEYjEAun85nM5kGAYDEpEAAZG7ygAJMYBEwWQFwpeCx/iFwQUOFw4mQgQAKLwguQCwSoCUwgAIXwYEIh5mnygAGlQQAMFjQB+AKw="))

BIN
apps/geminiclock/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,17 @@
{ "id": "geminiclock",
"name": "Gemini clock",
"shortName":"Gemini Clock",
"icon": "app.png",
"version":"0.01",
"description": "Watch face using retro Gemini font",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"screenshots": [{"url":"screenshot.png"}],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"geminiclock.app.js","url":"gemini-clock-app.js"},
{"name":"geminiclock.img","url":"app-icon.js","evaluate":true}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB