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
+3
View File
@@ -1115,6 +1115,9 @@ menu "LVGL configuration"
config LV_USE_GIF
bool "GIF decoder library"
config LV_USE_RLE
bool "RLE compressed bin image decoder library"
config LV_USE_QRCODE
bool "QR code library"