Hi,
I want to image sprite of fixed dimension small icon images(~10 to 15) in to one single image and store in to storage.
What is the best way to read each individual image from the sprite. I can store individual image in storage but that is something I don't want to do (jus because I don't like soring lots of small files.)
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 want to image sprite of fixed dimension small icon images(~10 to 15) in to one single image and store in to storage.
What is the best way to read each individual image from the sprite. I can store individual image in storage but that is something I don't want to do (jus because I don't like soring lots of small files.)
Any clue how I can achieve this?
//Abhinav