To have immediate update you can e.g. use code like this:
Bangle.on('lock', on => { // ... draw using isLocked ...});
Bangle.on('lock', on => {
// ... draw using isLocked ...
});
@malaire started 3 years ago
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.
To have immediate update you can e.g. use code like this: