forked from FOSS/BangleApps
animclk 0.03: Update to use setUI
parent
8fe6a38eaf
commit
0abc0ae213
|
@ -2141,9 +2141,9 @@
|
||||||
"name": "Animated Clock",
|
"name": "Animated Clock",
|
||||||
"shortName":"Anim Clock",
|
"shortName":"Anim Clock",
|
||||||
"icon": "app.png",
|
"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",
|
"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",
|
"type": "clock",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"animclk.app.js","url":"app.js"},
|
{"name":"animclk.app.js","url":"app.js"},
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Fix bug if image clock wasn't installed
|
0.02: Fix bug if image clock wasn't installed
|
||||||
|
0.03: Update to use setUI
|
||||||
|
|
|
@ -102,5 +102,5 @@ if (g.drawImages) {
|
||||||
} else {
|
} else {
|
||||||
E.showMessage("Please update\nBangle.js firmware\nto use this clock","animclk");
|
E.showMessage("Please update\nBangle.js firmware\nto use this clock","animclk");
|
||||||
}
|
}
|
||||||
// Show launcher when middle button pressed
|
// Show launcher when button pressed
|
||||||
setWatch(Bangle.showLauncher, BTN2, { repeat: false, edge: "falling" });
|
Bangle.setUI("clock");
|
||||||
|
|
Loading…
Reference in New Issue