Is there a way to change the Terminal font size from 4x6 to 6x8? It seems that g.setFont("6x8") doesn't work in that situation.
4x6
6x8
g.setFont("6x8")
@sebi 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.
Is there a way to change the Terminal font size from
4x6
to6x8
?It seems that
g.setFont("6x8")
doesn't work in that situation.