mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
feat(image decoder): decode whole image to RAM support (#4674)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user