Use BTN2 for settings menu like other clocks

master
Gordon Williams 2020-04-14 15:56:12 +01:00
parent 86c2d02e73
commit 22a005203f
3 changed files with 11 additions and 10 deletions

View File

@ -1191,7 +1191,7 @@
"name": "Numerals Clock",
"shortName": "Numerals Clock",
"icon": "numerals.png",
"version":"0.01",
"version":"0.02",
"description": "A simple big numerals clock",
"tags": "numerals,clock",
"type":"clock",

View File

@ -1 +1,2 @@
0.01: New App!
0.02: Use BTN2 for settings menu like other clocks

View File

@ -70,7 +70,7 @@ function draw(drawMode){
Bangle.setLCDMode();
clearWatch();
setWatch(Bangle.showLauncher, BTN1, {repeat:false,edge:"falling"});
setWatch(Bangle.showLauncher, BTN2, {repeat:false,edge:"falling"});
g.clear();
clearInterval();