mirror of https://github.com/espruino/BangleApps
Energy saving
parent
cf64c1c2c0
commit
83ffb617f2
|
@ -17,6 +17,8 @@ let hrConfidence = -1;
|
|||
let setterHighlightTimeout;
|
||||
|
||||
function drawTrainingHeartRate() {
|
||||
//Only redraw if the display is on
|
||||
if (Bangle.isLCDOn()) {
|
||||
renderButtonIcons();
|
||||
|
||||
renderUpperLimit();
|
||||
|
@ -26,6 +28,7 @@ function drawTrainingHeartRate() {
|
|||
renderLowerLimit();
|
||||
|
||||
renderConfidenceBars();
|
||||
}
|
||||
|
||||
buzz();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue