mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-25 18:29:26 +08:00
chore(libs/jpg): rename lv_jpg to lv_tjpgd (#4573)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
fs
|
||||
bmp
|
||||
tjpgd
|
||||
sjpg
|
||||
lodepng
|
||||
gif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===========
|
||||
JPG decoder
|
||||
===========
|
||||
=============
|
||||
TJPGD decoder
|
||||
=============
|
||||
|
||||
Allow the use of JPG images in LVGL. Besides that it also allows the use
|
||||
of a custom format, called Split JPG (SJPG), which can be decoded in
|
||||
@@ -83,13 +83,13 @@ The expected result is:
|
||||
Example
|
||||
-------
|
||||
|
||||
.. include:: ../examples/libs/jpg/index.rst
|
||||
.. include:: ../examples/libs/tjpgd/index.rst
|
||||
|
||||
|
||||
API
|
||||
---
|
||||
|
||||
:ref:`lv_sjpg`
|
||||
:ref:`lv_tjpgd`
|
||||
|
||||
:ref:`tjpgd`
|
||||
|
||||
Reference in New Issue
Block a user