feat(image): add custom RLE decoder (#4332)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-11-13 15:38:27 +08:00
committed by GitHub
parent ae65f2e683
commit d73f260002
31 changed files with 754 additions and 13 deletions

View File

@@ -60,6 +60,7 @@
#define LV_USE_FS_MEMFS 1
#define LV_FS_MEMFS_LETTER 'M'
#define LV_USE_RLE 1
#define LV_USE_LODEPNG 1
#define LV_USE_LIBPNG 1
#define LV_USE_BMP 1