Seems so be hardcoded here https://github.com/espruino/Espruino/blob/master/libs/graphics/jswrap_terminal.c#L35 Maybe it wouldn't be so complicated to make it variable? However g is grapics buffer, maybe the font could be a property of the Terminal object itself so it could be different and unrelated to graphics.
@fanoush 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.
Seems so be hardcoded here https://github.com/espruino/Espruino/blob/master/libs/graphics/jswrap_terminal.c#L35
Maybe it wouldn't be so complicated to make it variable? However g is grapics buffer, maybe the font could be a property of the Terminal object itself so it could be different and unrelated to graphics.