You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=A header-only baseline JPEG decoder for microcontrollers, ported from Bodmer's TJpg_Decoder/ChaN's TJpgDec.
paragraph=Decodes baseline (non-progressive) JPEG images one MCU block at a time via a callback, for pushing to a TFT or framebuffer without holding a whole decoded frame in memory. Header-only C++17, no Arduino.h dependency in the decoder itself, also usable from plain CMake/ESP-IDF projects. No dynamic library dependencies.