Also worth adding that if you have the LEDs arranged as a grid, you can use Graphics.createArrayBuffer(width,height,24) to get a graphics instance where you can do lines/text/etc
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.
Also worth adding that if you have the LEDs arranged as a grid, you can use
Graphics.createArrayBuffer(width,height,24)
to get a graphics instance where you can do lines/text/etc