I guess if someone made a font editor for this then we might be able to get a font that rendered nicely.
I just fixed this in the LCD driver. Try loading it into your board again and it should 'just work'.
The issue was that because the Espruino board remembers pin state, it'd raise the reset line on bootup, and would then almost immediately lower it to reset the LCD. It turns out the LCD didn't like it much :)
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 guess if someone made a font editor for this then we might be able to get a font that rendered nicely.
I just fixed this in the LCD driver. Try loading it into your board again and it should 'just work'.
The issue was that because the Espruino board remembers pin state, it'd raise the reset line on bootup, and would then almost immediately lower it to reset the LCD. It turns out the LCD didn't like it much :)