fix(Kconfig): remove the maximum limit on LV_MEM_SIZE (#3758)

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2022-10-24 14:00:23 +08:00
committed by GitHub
parent d1e8c676a4
commit a201df799b
2 changed files with 4 additions and 1 deletions

View File

@@ -62,7 +62,6 @@ menu "LVGL configuration"
config LV_MEM_SIZE_KILOBYTES
int "Size of the memory used by `lv_mem_alloc` in kilobytes (>= 2kB)"
range 2 128
default 32
depends on !LV_MEM_CUSTOM