multiclock: fix widget field flashing

... when switching to the "dk "clock face.
master
thyttan 2023-10-19 19:57:07 +02:00
parent 503516e42a
commit c026c6eede
3 changed files with 2 additions and 4 deletions

View File

@ -7,6 +7,5 @@
0.07: compatible with Bang;e.js 2
0.08: fix minute tick bug
0.09: use setUI clockupdown for controls + fix small display bug in nifty face
0.10: stop widget field from flashing when moving to the dk clock face.

View File

@ -27,7 +27,6 @@
d[0] = locale.dow(now,3);
var dt=d[0]+" "+d[1]+" "+d[2];//+" "+d[3];
g.drawString(dt,W/2,H/2+24);
g.flip();
}

View File

@ -1,7 +1,7 @@
{
"id": "multiclock",
"name": "Multi Clock",
"version": "0.09",
"version": "0.10",
"description": "Clock with multiple faces. Switch between faces with BTN1 & BTN3 (Bangle 2 touch top-right, bottom right). For best display set theme Background 2 to cyan or some other bright colour in settings.",
"screenshots": [{"url":"screen-ana.png"},{"url":"screen-big.png"},{"url":"screen-td.png"},{"url":"screen-nifty.png"},{"url":"screen-word.png"},{"url":"screen-sec.png"}],
"icon": "multiclock.png",