chore(libs/png): rename lv_png to lv_lodepng (#4574)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
fs
|
||||
bmp
|
||||
sjpg
|
||||
png
|
||||
lodepng
|
||||
gif
|
||||
freetype
|
||||
tiny_ttf
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
===========
|
||||
PNG decoder
|
||||
===========
|
||||
===============
|
||||
LODEPNG decoder
|
||||
===============
|
||||
|
||||
Allow the use of PNG images in LVGL. This implementation uses
|
||||
`lodepng <https://github.com/lvandeve/lodepng>`__ library.
|
||||
|
||||
If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_PNG` LVGL will register a new
|
||||
If enabled in ``lv_conf.h`` by :c:macro:`LV_USE_LODEPNG` LVGL will register a new
|
||||
image decoder automatically so PNG files can be directly used as any
|
||||
other image sources.
|
||||
|
||||
@@ -21,7 +21,7 @@ As it might take significant time to decode PNG images LVGL's :ref:`image-cachin
|
||||
Example
|
||||
-------
|
||||
|
||||
.. include:: ../examples/libs/png/index.rst
|
||||
.. include:: ../examples/libs/lodepng/index.rst
|
||||
|
||||
API
|
||||
---
|
||||
Reference in New Issue
Block a user