feat(image decoder): decode whole image to RAM support (#4674)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-10-30 00:02:06 +08:00
committed by GitHub
parent a0624983cc
commit 0910ee0e38
8 changed files with 220 additions and 59 deletions
+5
View File
@@ -550,6 +550,11 @@ menu "LVGL configuration"
string "Header to include for the custom 'lv_global' function"
depends on LV_ENABLE_GLOBAL_CUSTOM
default "lv_global.h"
config LV_BIN_DECODER_RAM_LOAD
bool "Decode whole image to RAM for bin decoder"
default n
endmenu
menu "Compiler settings"