JPEGDecoder icon indicating copy to clipboard operation
JPEGDecoder copied to clipboard

Decode from a char array?

Open giri-v opened this issue 1 year ago • 0 comments

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.

giri-v avatar Sep 26 '24 09:09 giri-v