Thanks - just tried this and reproduced. Looks like something has happened which is getting Bangle.setLCDMode into an odd state. It seems to switch to normal/doublebuffered/80x80, but the 'fast' 120x120 mode doesn't work.
It doesn't seem to be updating g.buffer either so it must be some internal state - I'll look into it today.
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.
Thanks - just tried this and reproduced. Looks like something has happened which is getting
Bangle.setLCDMode
into an odd state. It seems to switch to normal/doublebuffered/80x80, but the 'fast' 120x120 mode doesn't work.It doesn't seem to be updating
g.buffer
either so it must be some internal state - I'll look into it today.