Small fixes
parent
248b0bbf96
commit
8d89334c4d
|
|
@ -27,6 +27,8 @@ Bangle.on('lcdPower', (on) => {
|
|||
});
|
||||
|
||||
g.clear();
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
// call your app function here
|
||||
|
||||
renderBatteryChart();
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
// draw your widget
|
||||
function draw() {
|
||||
if (!settings.isRecording) return;
|
||||
g.reset();
|
||||
g.drawString("BC", this.x, this.y);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue