Hi,
That's an odd one. It is possible that the touchscreen itself got locked up somehow.
Please could you try connecting with the IDE and pasting the following code in?
Bangle.setBarometerPower(1);Bangle.setCompassPower(1);Bangle.setGPSPower(1);Bangle.setHRMPower(1);Bangle.setLCDPower(1);Bangle.setLocked(0);Bangle.setLCDTimeout(0);
That should turn most of the power-hungry parts of the Bangle on, which will make the battery run down much more quickly (maybe 4 hours or so).
Please could you leave it to go completely flat and then recharge it? It's possible a full power cycle will sort it out.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
That's an odd one. It is possible that the touchscreen itself got locked up somehow.
Please could you try connecting with the IDE and pasting the following code in?
That should turn most of the power-hungry parts of the Bangle on, which will make the battery run down much more quickly (maybe 4 hours or so).
Please could you leave it to go completely flat and then recharge it? It's possible a full power cycle will sort it out.