You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You could try connecting with the IDE and doing:

    Bangle.setLCDPower(0);
    Bangle.ioWr(0x40, 0);
    Bangle.ioWr(0x40, 1);
    Bangle.setLCDPower(1);
    reset();
    

    That'll toggle the reset line... Might work? not sure...

About

Avatar for Gordon @Gordon started