1
0
Fork 0

Merge pull request #1586 from DC959/master

Seiko-5actus: shrunk hand images to save memory
master
Gordon Williams 2022-03-18 08:36:54 +00:00 committed by GitHub
commit 01cbb252ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -1 +1,2 @@
0.01: Initial Release
0.02: Shrink hand images to save memory

View File

@ -7,17 +7,17 @@ var imgBg = {
/* Set hour hand image */
var imgHour = {
width : 16, height : 176, bpp : 2,
width : 14, height : 114, bpp : 2,
transparent : 0,
buffer : require("heatshrink").decompress(atob("AH4A/AH4A/AEk//gDp///gEDAYPAh4DB+E/AYP8AaYbDEYYrDLdgD/Af4DXh/wAYIA/AGwA="))
buffer : require("heatshrink").decompress(atob("AH4A/AB8P/4DB//wAz8D//8BIIKBn4DB54CBACPzAQP8EoImBD4PAJkQG/A34GIgbUBA"))
};
/* Set minute hand image */
var imgMin = {
width : 8, height : 176, bpp : 2,
width : 4, height : 168, bpp : 2,
transparent : 0,
buffer : require("heatshrink").decompress(atob("AH4A/AB8P+AB/AP4B/AIcA4DPHA="))
buffer : require("heatshrink").decompress(atob("AH4AE/4A/AEI"))
};
/* Set second hand image */

View File

@ -3,7 +3,7 @@
"shortName":"5actus",
"icon": "seiko-5actus.png",
"screenshots": [{"url":"screenshot.png"}],
"version":"0.01",
"version":"0.02",
"description": "A watch designed after then Seiko 5actus from the 1970's",
"tags": "clock",
"type": "clock",