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.
Is it possible to pass a char (or uint_8t) array directly to
.decodeArray(...)? That is an array declared in the sketch aschar myJPGArray[20000];as opposed to being stored in
PROGMEMor otherconsttype.