JPEGDecoder
JPEGDecoder copied to clipboard
Decode from a char array?
Is it possible to pass a char (or uint_8t) array directly to .decodeArray(...) ? That is an array declared in the sketch as
char myJPGArray[20000];
as opposed to being stored in PROGMEM or other const type.