LibWebP
WEBP image decoder integration. Enable with LV_USE_LIBWEBP in lv_conf.h.
Decode WebP with libwebp
Load a WebP file through the libwebp 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/libwebp/rose.webp, so the libwebp image decoder
reads the file through the filesystem driver registered under drive
letter A.
How is this guide?
Last updated on