• "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.

About

Avatar for user156427 @user156427 started