Trying to think of easiest way to convert my current text method I current have these params
function drawText(str,ctx,font,colour,x,y,width,align,spacing,debug)
Do you support align?
As long as the javascript can run my canvas at 24fps thats all I need :)
@russdx 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.
Trying to think of easiest way to convert my current text method I current have these params
function drawText(str,ctx,font,colour,x,y,width,align,spacing,debug)
Do you support align?
As long as the javascript can run my canvas at 24fps thats all I need :)