Just unrelated tip, but will reduce size of emptiness in your code :) Replace linea function with this:
linea
function linea(y) { return (y - 1) * 128; }
@moka 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.
Just unrelated tip, but will reduce size of emptiness in your code :)
Replace
linea
function with this: