I really like the custom x11 fonts like FontHaxorNarrow7x17 because they covers the full character set of 32-255.
Was creating this gists to save both parts to flash and add it as custom font.
// set custom font g.setFontHN7x17(); g.getFonts(); /* output =[ "4x6", "6x8", "Vector", "HN7x17" ] */
look's like it is not possible at the moment to scale them
g.setFont( "HN7x17",2); /* output Uncaught Error: Unknown font "HN7x17" at line 1 col 22 g.setFont( "HN7x17",2); ^ */
@MaBe 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.
I really like the custom x11 fonts like FontHaxorNarrow7x17 because they covers the full character set of 32-255.
Was creating this gists to save both parts to flash and add it as custom font.
look's like it is not possible at the moment to scale them