It is possible to block the error by 'call Bangle.setLCDMode() to return to normal, unbuffered mode'
It is also possible to override the 'built-in menu library' by block copying the menu snippet and uploading it. However, that solution only copies/interlaces the menu into the existing clock, so readability is near zero.
Fiddling with g.clear() may be a potential fix.
EDIT: Nope. Pressing BTN3 to reload, brings up both the menu interlaced with the clock, just as before and unreadable.
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.
. . . . cont
It is possible to block the error by 'call Bangle.setLCDMode() to return to normal, unbuffered mode'
It is also possible to override the 'built-in menu library' by block copying the menu snippet and uploading it. However, that solution only copies/interlaces the menu into the existing clock, so readability is near zero.
Fiddling with
g.clear()
may be a potential fix.