Thanks - I'm looking into this now. That code works fine on the Linux build so all the automated tests passed.
If you do g.setFontAlign(0,0,0); then it'll work, but all text is center-aligned.
g.setFontAlign(0,0,0);
@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.
Thanks - I'm looking into this now. That code works fine on the Linux build so all the automated tests passed.
If you do
g.setFontAlign(0,0,0);
then it'll work, but all text is center-aligned.