Update widget.js

pull/1003/head
Sebastian Di Luzio 2021-12-04 20:18:24 +01:00
parent 107f862723
commit 168515a2ef
1 changed files with 6 additions and 3 deletions

View File

@ -10,10 +10,13 @@
area: 'tr',
width: 32,
draw() {
g.reset();
g.reset();
g.setColor("#FD0"); // on = amber
//if (Bangle.isCharging()) {
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);
g.drawImage(atob("GBiBAAAAAAAAAAAAAA//8B//+BgYGBgYGBgYGBgYGBgYGBgYGB//+B//+BgYGBgYGBgYGBgYGBgYGBgYGB//+A//8AAAAAAAAAAAAA=="), this.x, 2+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);
//}
},
};