Small fixes

master
msdeibel 2020-04-09 08:35:11 +02:00
parent 248b0bbf96
commit 8d89334c4d
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,8 @@ Bangle.on('lcdPower', (on) => {
});
g.clear();
Bangle.loadWidgets();
Bangle.drawWidgets();
// call your app function here
renderBatteryChart();

View File

@ -16,7 +16,6 @@
// draw your widget
function draw() {
if (!settings.isRecording) return;
g.reset();
g.drawString("BC", this.x, this.y);
}