I do have wake on twist enabled, though I have set it to be fairly insensitive. I only used magnav as an example as I have similar code that runs like
set a 200ms timer
check the compass
adjust the compass based on tilt
draw the compass
I have noticed that sometimes with the watch 100% stationary the screen does not always timeout and I dont see the Bangle.on('lcdPower', .......); being called.
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.
I do have wake on twist enabled, though I have set it to be fairly insensitive. I only used magnav as an example as I have similar code that runs like
set a 200ms timer
check the compass
adjust the compass based on tilt
draw the compass
I have noticed that sometimes with the watch 100% stationary the screen does not always timeout and I dont see the Bangle.on('lcdPower', .......); being called.