Update vectorclock to use setUI

master
Ben Whittaker 2021-09-13 13:41:19 -04:00
parent 28733a400e
commit 3e5b429e85
3 changed files with 4 additions and 3 deletions

View File

@ -3446,7 +3446,7 @@
{ "id": "vectorclock",
"name": "Vector Clock",
"icon": "app.png",
"version": "0.01",
"version": "0.02",
"description": "A digital clock that uses the built-in vector font.",
"tags": "clock",
"type": "clock",

View File

@ -1 +1,2 @@
0.1: New watch face
0.1: New watch face
0.2: Use Bangle.setUI for button/launcher handling

View File

@ -90,4 +90,4 @@ Bangle.loadWidgets();
Bangle.drawWidgets();
// Show launcher when middle button pressed
setWatch(Bangle.showLauncher, BTN2, {repeat:false,edge:"falling"});
Bangle.setUI("clock");