use image with 1bit and without specified color

pull/1003/head
Sebastian Di Luzio 2021-12-04 22:00:07 +01:00
parent 9ee26a66ef
commit 70bb045be0
2 changed files with 3 additions and 3 deletions

View File

@ -4680,7 +4680,7 @@
"name": "Charging Status",
"shortName":"ChargingStatus",
"icon": "widget.png",
"version":"0.1.13",
"version":"0.1.14",
"type": "widget",
"description": "A simple widget that shows up whenever the watch starts charging.",
"tags": "widget,battery",

View File

@ -9,9 +9,9 @@
function draw() {
g.reset();
g.setColor("#FD0");
//g.setColor("#FD0");
//if (Bangle.isCharging()) {
g.drawImage(atob("kEgxH+ACEACSIeMD/p1CDzwffH3wfbDwYf6DwgfZDwofgABAeeD74etH3yc+FCAfeDzAflDzIfEDzQfjDzYffH3wfCDzgfBCKAA="), this.x, this.y);
g.drawImage(atob("kEgwMB///34CB/8/AYv+AYX8AYd/AYP4AY3wAY3gAYXAAYcAEAOAAYgMBIQIPBAYX+gBGB/gDEgZDCAYcHAY0PAYUfAYxfHIYQDEOQX9AQI="), this.x, this.y);
//g.drawString('X',this.x,this.y)
//}
}