You are reading a single comment by @Andreas_Rozek and its replies. Click here to read the full conversation.
  • After trying to isolate a severe problem in my code for more than an hour now, I ended up with the following code that does not seem to work on my real device(!)

        Bangle.on('lcdPower', (on) => {
    print('> on',on);
    print('> Bangle.isLCDOn',Bangle.isLCDOn());
        });
    

    After entering these lines into the right-hand side of the Web IDE, uploading to my Bangle.js,
    and switching between LCD on and off (by waiting and moving the clock) I do not get any response back!

    I'm running firmware 2v11

    Does anybody have any idea why?

About