Not without recompiling I'm afraid. If you do recompile you need to change this file: https://github.com/espruino/Espruino/blob/master/libs/graphics/jswrap_graphics.c to use the 8x8 font (still included) rather than the 6x4.
The reason for the change is I'm trying to cut down on the binary size, and switching fonts saved around 0.5k.
@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.
Not without recompiling I'm afraid. If you do recompile you need to change this file: https://github.com/espruino/Espruino/blob/master/libs/graphics/jswrap_graphics.c to use the 8x8 font (still included) rather than the 6x4.
The reason for the change is I'm trying to cut down on the binary size, and switching fonts saved around 0.5k.