Ahh! I didn't realise - I just assumed it was all done client-side :) I wouldn't worry then.
The font rendering isn't too slow - however it's not amazing. Personally I'd use the new Graphics.drawImage stuff for splash screens - that can store 2 bit colour too, which could be handy for your display.
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.
Ahh! I didn't realise - I just assumed it was all done client-side :) I wouldn't worry then.
The font rendering isn't too slow - however it's not amazing. Personally I'd use the new
Graphics.drawImage
stuff for splash screens - that can store 2 bit colour too, which could be handy for your display.