forked from FOSS/BangleApps
clkinfosec 0.02: Remove 's' after seconds (on some clocks this looks like '5')
parent
577bc8b192
commit
3211cf6955
|
@ -1 +1,2 @@
|
|||
0.01: New App!
|
||||
0.02: Remove 's' after seconds (on some clocks this looks like '5')
|
|
@ -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")
|
||||
};
|
||||
},
|
||||
|
|
|
@ -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"}],
|
||||
|
|
Loading…
Reference in New Issue