You can sometimes use fillx:1 to ensure a label fills all the available width.
fillx:1
Also sometimes just setting a background color with bgCol:g.theme.bg can help force layout to totally clear the rect if something changes
bgCol:g.theme.bg
@Gordon 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.
You can sometimes use
fillx:1
to ensure a label fills all the available width.Also sometimes just setting a background color with
bgCol:g.theme.bg
can help force layout to totally clear the rect if something changes