1
0
Fork 0

animclk 0.03: Update to use setUI

master
Gordon Williams 2021-06-24 12:15:01 +01:00
parent 8fe6a38eaf
commit 0abc0ae213
3 changed files with 5 additions and 4 deletions

View File

@ -2141,9 +2141,9 @@
"name": "Animated Clock",
"shortName":"Anim Clock",
"icon": "app.png",
"version":"0.02",
"version":"0.03",
"description": "An animated clock face using Mark Ferrari's amazing 8 bit game art and palette cycling: http://www.markferrari.com/art/8bit-game-art",
"tags": "clock,animated",
"tags": "clock,animated,nob2",
"type": "clock",
"storage": [
{"name":"animclk.app.js","url":"app.js"},

View File

@ -1,2 +1,3 @@
0.01: New App!
0.02: Fix bug if image clock wasn't installed
0.03: Update to use setUI

View File

@ -102,5 +102,5 @@ if (g.drawImages) {
} else {
E.showMessage("Please update\nBangle.js firmware\nto use this clock","animclk");
}
// Show launcher when middle button pressed
setWatch(Bangle.showLauncher, BTN2, { repeat: false, edge: "falling" });
// Show launcher when button pressed
Bangle.setUI("clock");