For some reason with the font "Vector" the drawString command like
drawString(txt, 130, 120, true);
it's not clearing the background. It's just a simple clock and I don't want to use g.clear as it flickers the screen every second.
Thanks for the help
@mg 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.
For some reason with the font "Vector" the drawString command like
it's not clearing the background. It's just a simple clock and I don't want to use g.clear as it flickers the screen every second.
Thanks for the help