fix(config): add LV_GPU_SDL_LRU_SIZE (#3348)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-05-12 18:41:41 +08:00
committed by GitHub
parent 40e9c6b9e0
commit 58b75f1175
+6
View File
@@ -265,6 +265,12 @@ menu "LVGL configuration"
string "include path of SDL header"
depends on LV_USE_GPU_SDL
default "SDL2/SDL.h"
config LV_GPU_SDL_LRU_SIZE
int "Maximum buffer size to allocate for rotation"
depends on LV_USE_GPU_SDL
default 8388608
help
Texture cache size, 8MB by default.
endmenu
menu "Logging"