bitbank2 / JPEGDEC

An optimized JPEG decoder for Arduino
Apache License 2.0
365 stars 47 forks source link

jpeg.openRAM support #46

Closed djste123 closed 1 year ago

djste123 commented 1 year ago

Hi, can you provide an example for esp32 that reads a jpg file from sd, save it internal ram and calls jpeg.openRAM function to render the image?

bitbank2 commented 1 year ago

What you're asking for is possible by looking at the existing examples, but is only applicable to you. I guess a simpler issue to open would be to ask me what part of the API you need help understanding.