Bodmer / JPEGDecoder

A JPEG decoder library
Other
227 stars 65 forks source link

Decode from a char array? #88

Open giri-v opened 6 days ago

giri-v commented 6 days ago

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 PROGMEMor other const type.