From 78800e63d0fa688006d9e6a8f472fca96497e000 Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Sat, 4 Dec 2021 19:56:41 +0100 Subject: [PATCH] Update widget.js --- apps/chargingStatus/widget.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/chargingStatus/widget.js b/apps/chargingStatus/widget.js index a43c0411b..90d048fa4 100644 --- a/apps/chargingStatus/widget.js +++ b/apps/chargingStatus/widget.js @@ -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); //} }, };