Hi! I just looked at the code and you do:
g.drawImage(.... } g.clear();
So it's drawing the image, but then g.clear() clears the screen right after!
g.clear()
@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.
Hi! I just looked at the code and you do:
So it's drawing the image, but then
g.clear()
clears the screen right after!