After some testing with the clock hands, I find that var image = require("Storage").read("image.img");
does draw a little quicker than using the atob method
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.
After some testing with the clock hands, I find that
var image = require("Storage").read("image.img");
does draw a little quicker than using the
atob
method