Am I right in thinking there is a difference
Yes :)
I'm thinking about storing multiple images (uncompressed) into a single file
If you're just using .read the difference in RAM usage will be minimal, and the extra code required will likely use more than you save.
.read
In @halemmerich's case he has loads of images - but for just 3 images I don't think it's really worth it
@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.
Yes :)
If you're just using
.read
the difference in RAM usage will be minimal, and the extra code required will likely use more than you save.In @halemmerich's case he has loads of images - but for just 3 images I don't think it's really worth it