Bold Clock: Removed "wake LCD on face-up"
Removed "wake LCD on face-up"-feature of Bold Clock: A watch-face should not set things like "wake LCD on face-up". If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.master
parent
eb64a7a436
commit
ee74900f4a
|
|
@ -129,14 +129,6 @@ Bangle.on('lcdPower', (on) => {
|
||||||
clearTimers();
|
clearTimers();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Bangle.on('faceUp',function(up){
|
|
||||||
//console.log("faceUp: " + up + " LCD: " + Bangle.isLCDOn());
|
|
||||||
if (up && !Bangle.isLCDOn()) {
|
|
||||||
//console.log("faceUp and LCD off");
|
|
||||||
clearTimers();
|
|
||||||
Bangle.setLCDPower(true);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
g.clear();
|
g.clear();
|
||||||
Bangle.loadWidgets();
|
Bangle.loadWidgets();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue