Ok - well, the easiest option is try uploading the image direct to a file using the IDE's Storage button (it gives you the same image converter menu).
Then you can just do img = require("Storage").read("myimage.img") and render it that way, and it comes straight from flash
img = require("Storage").read("myimage.img")
@Gordon 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.
Ok - well, the easiest option is try uploading the image direct to a file using the IDE's Storage button (it gives you the same image converter menu).
Then you can just do
img = require("Storage").read("myimage.img")
and render it that way, and it comes straight from flash