1
0
Fork 0

Update widget.js

master
Sebastian Di Luzio 2021-12-04 19:56:41 +01:00
parent 86626ce805
commit 78800e63d0
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
draw() {
g.reset();
//if (Bangle.isCharging()) {
g.setColor('#0f0').drawImage(atob("EBCBAf9//3/+f/x//P/4//gH8A/wD+Af/x//P/4//n/+//7/"), this.x, this.y);
g.drawString("X", this.x, this.y);
//g.setColor('#0f0').drawImage(atob("EBCBAf9//3/+f/x//P/4//gH8A/wD+Af/x//P/4//n/+//7/"), this.x, this.y);
//}
},
};