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...
@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.
You could try connecting with the IDE and doing:
That'll toggle the reset line... Might work? not sure...