use inverted icon
parent
4e4cc3e930
commit
5efc380b83
|
|
@ -4680,7 +4680,7 @@
|
||||||
"name": "Charging Status",
|
"name": "Charging Status",
|
||||||
"shortName":"ChargingStatus",
|
"shortName":"ChargingStatus",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"version":"0.1.8",
|
"version":"0.1.9",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
"description": "A simple widget that shows up whenever the watch starts charging.",
|
"description": "A simple widget that shows up whenever the watch starts charging.",
|
||||||
"tags": "widget,battery",
|
"tags": "widget,battery",
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,17 @@
|
||||||
g.flip();
|
g.flip();
|
||||||
});
|
});
|
||||||
|
|
||||||
const chargingSymbol = {
|
const chargingIcon = {
|
||||||
width: 16,
|
width: 16,
|
||||||
height: 16,
|
height: 16,
|
||||||
bpp: 1,
|
bpp: 1,
|
||||||
transparent: 1,
|
transparent: 0,
|
||||||
buffer: require("heatshrink").decompress(atob("/9/AIP+v/8AIP//ABBg/wh4BB8Ef/4BBn/+AIIXB/4BB"))
|
buffer: require("heatshrink").decompress(atob("gGAAIMBwEDAIMAg4BB/EP+ABBj/ggABB4EBAIIXBgABB"))
|
||||||
};
|
}
|
||||||
|
|
||||||
function draw() {
|
function draw() {
|
||||||
g.reset();
|
g.reset();
|
||||||
//g.setColor("#FD0");
|
g.setColor("#FD0");
|
||||||
//if (Bangle.isCharging()) {
|
//if (Bangle.isCharging()) {
|
||||||
g.drawImage(chargingSymbol, this.x /* + 2 */ , this.y);
|
g.drawImage(chargingSymbol, this.x /* + 2 */ , this.y);
|
||||||
//g.drawString('X',this.x,this.y)
|
//g.drawString('X',this.x,this.y)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue