Have you since updated your code? Those lines don't contain any font size commands.
All you have to do it type: g.setFontVector(20) to get a variable size font, or g.setFontBitmap() to get the small font.
g.setFontVector(20)
g.setFontBitmap()
@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.
Have you since updated your code? Those lines don't contain any font size commands.
All you have to do it type:
g.setFontVector(20)
to get a variable size font, org.setFontBitmap()
to get the small font.