Merge pull request #3058 from thyttan/multi-clock

multiclock: fix widget field flashing
master
Gordon Williams 2023-10-20 09:04:14 +01:00 committed by GitHub
commit a3d9f2cc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",