lrasinen

Results 1 comments of lrasinen

Had a quick look through the code and the sliding window buffer is allocated statically: https://github.com/pimoroni/pimoroni-pico/blob/57042bfed3b2fbd45b2e1c36582e3b9bfff3faf9/libraries/pngdec/PNGdec.h#L152C5-L152C48 If that could be given as a constructor parameter and then add all the...