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:
@@ -479,8 +479,8 @@
|
||||
<file category="sourceC" name="src/libs/fsdrv/lv_fs_win32.c" />
|
||||
<file category="sourceC" name="src/libs/freetype/lv_freetype.c" />
|
||||
<file category="sourceC" name="src/libs/ffmpeg/lv_ffmpeg.c" />
|
||||
<file category="sourceC" name="src/libs/png/lv_png.c" />
|
||||
<file category="sourceC" name="src/libs/png/lodepng.c" />
|
||||
<file category="sourceC" name="src/libs/lodepng/lv_lodepng.c" />
|
||||
<file category="sourceC" name="src/libs/lodepng/lodepng.c" />
|
||||
<file category="sourceC" name="src/libs/gif/gifdec.c" />
|
||||
<file category="sourceC" name="src/libs/gif/lv_gif.c" />
|
||||
<file category="sourceC" name="src/libs/rlottie/lv_rlottie.c" />
|
||||
@@ -706,14 +706,14 @@
|
||||
<description>Add PNG support</description>
|
||||
<files>
|
||||
<!-- src/libs/png -->
|
||||
<file category="sourceC" name="src/libs/png/lodepng.c" />
|
||||
<file category="sourceC" name="src/libs/png/lv_png.c" />
|
||||
<file category="sourceC" name="src/libs/lodepng/lodepng.c" />
|
||||
<file category="sourceC" name="src/libs/lodepng/lv_lodepng.c" />
|
||||
</files>
|
||||
|
||||
<RTE_Components_h>
|
||||
|
||||
/*! \brief enable PNG support */
|
||||
#define LV_USE_PNG 1
|
||||
#define LV_USE_LODEPNG 1
|
||||
</RTE_Components_h>
|
||||
|
||||
</component>
|
||||
|
||||
@@ -151,7 +151,7 @@ Make sure `LV_MEM_SIZE` is no less than `(64*1024U)`.
|
||||
- \#define LV_USE_FS_POSIX 0
|
||||
- \#define LV_USE_FS_WIN32 0
|
||||
- \#define LV_USE_FS_FATFS 0
|
||||
- \#define LV_USE_PNG 0
|
||||
- \#define LV_USE_LODEPNG 0
|
||||
- \#define LV_USE_BMP 0
|
||||
- \#define LV_USE_SJPG 0
|
||||
- \#define LV_USE_GIF 0
|
||||
|
||||
Reference in New Issue
Block a user