Yeah, that's a known limitation.
If you use g.clearRect to clear just the affected area before calling drawString the flicker shouldn't be too noticeable.
g.clearRect
drawString
@NebbishHacker started
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.
Yeah, that's a known limitation.
If you use
g.clearRect
to clear just the affected area before callingdrawString
the flicker shouldn't be too noticeable.