"It eats the first press if it was locked or the backlight was off"
Ah, that was my oversight.
This seems to have fixed things:
Bangle.setOptions({ lockTimeout: 0, backlightTimeout: 5000, wakeOnBTN1: false}); function buttonPressed() { console.log("trigger"); Bangle.setLCDPower(1); }
Thanks for your quick replies.
@user156427 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.
"It eats the first press if it was locked or the backlight was off"
Ah, that was my oversight.
This seems to have fixed things:
Thanks for your quick replies.