perf(gif): reduce lzw decoding time (#4897)

Signed-off-by: wangxuedong <wangxuedong@xiaomi.com>
This commit is contained in:
xaowang96
2023-12-04 04:26:12 +08:00
committed by GitHub
parent 86154ab16a
commit 3f5ef7d1be
5 changed files with 210 additions and 30 deletions
+5
View File
@@ -1113,6 +1113,11 @@ menu "LVGL configuration"
config LV_USE_GIF
bool "GIF decoder library"
if LV_USE_GIF
config LV_GIF_CACHE_DECODE_DATA
bool "Use extra 16KB RAM to cache decoded data to accerlate"
endif
config LV_USE_RLE
bool "RLE compressed bin image decoder library"