1
0
Fork 0

clkinfosec 0.02: Remove 's' after seconds (on some clocks this looks like '5')

master
Gordon Williams 2024-07-01 09:09:45 +01:00
parent 577bc8b192
commit 3211cf6955
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1,2 @@
0.01: New App!
0.02: Remove 's' after seconds (on some clocks this looks like '5')

View File

@ -11,7 +11,7 @@
g.drawImage(atob("GBgBAP4AA/+ABwHAHABwGAAwMAAYYAAMYAAMwAAGwAAGwAAGwAAGwAAGwAAGwAAGYAAMYAAMMAAYGAAwHABwBwHAA/+AAP4AAAAA"));
g.drawLine(11,11,x,y).drawLine(12,11,x+1,y).drawLine(11,12,x,y+1).drawLine(12,12,x+1,y+1);
return {
text : s.toString().padStart(2,0)+"s",
text : s.toString().padStart(2,0),
img : g.asImage("string")
};
},

View File

@ -1,6 +1,6 @@
{ "id": "clkinfosec",
"name": "Secondx Clockinfo",
"version":"0.01",
"name": "Seconds Clockinfo",
"version":"0.02",
"description": "For clocks that display 'clockinfo' (messages that can be cycled through using the clock_info module) this displays the time in seconds (many clocks only display minutes)",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],