Tiny JPEG Decompressor (TJpgDec)

Report on GitHub

Small-footprint JPEG decoder suited for memory-constrained targets. Enable with LV_USE_TJPGD in lv_conf.h.

Decode JPEG with TJpgDec

Load a JPEG file through the TJpgDec decoder and center it on the screen.

An image widget is created on the active screen with its source set to A:test_img_lvgl_logo.jpg, so the TJpgDec image decoder reads the file through the filesystem driver registered under drive letter A.

How is this guide?

Last updated on

On this page