• Hi - it looks a lot like the touchscreen thinks something is pressed, maybe at the bottom edge. You might normally see this sort of thing if you hold your finger over the bottom edge and then press with another finger.

    Are you totally sure this coincided with a 2v12 firmware update?

    One last thing to try - I guess you can't use the menus, but please can you connect with the Web IDE and paste the following code on the left-hand side:

          Bangle.setLCDTimeout(0);
          Bangle.setLCDPower(1);
          if (Bangle.setGPSPower) Bangle.setGPSPower(1,"flat");
          if (Bangle.setHRMPower) Bangle.setHRMPower(1,"flat");
          if (Bangle.setCompassPower) Bangle.setCompassPower(1,"flat");
          if (Bangle.setBarometerPower) Bangle.setBarometerPower(1,"flat");
          if (Bangle.setHRMPower) Bangle.setGPSPower(1,"flat");
          setInterval(function() {
            var i=1000;while (i--);
          }, 1);
    

    It should hopefully turn everything on and flatten the battery in a few hours.

    Please can you let it totally flatten and see if it comes back to life when you recharge it?

About

Avatar for Gordon @Gordon started