libjpeg-turbo

Report on GitHub

Fast JPEG decoder using SIMD-accelerated libjpeg-turbo. Enable with LV_USE_LIBJPEG_TURBO in lv_conf.h.

Decode JPEG with libjpeg-turbo

Load a JPEG file through the libjpeg-turbo decoder and center it on the screen.

An image widget is created on the active screen with its source set to A:lvgl/examples/libs/libjpeg_turbo/flower.jpg, so the libjpeg-turbo image decoder reads the file through the filesystem driver registered under drive letter A.

How is this guide?

Last updated on

On this page