BMP
BMP image decoder integration. Enable with LV_USE_BMP in lv_conf.h.
Decode BMP from filesystem
Load a 32-bit BMP file through the LVGL filesystem and center it on the screen.
An image widget is created on the active screen and its source is set to
A:lvgl/examples/libs/bmp/example_32bit.bmp so the BMP decoder reads the
file through an attached filesystem driver registered under drive letter
A, such as LV_USE_FS_STDIO.
How is this guide?
Last updated on