fix(Kconfig): add LV_MEM_ADDR config (#2653)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
5
Kconfig
5
Kconfig
@@ -71,6 +71,11 @@ menu "LVGL configuration"
|
|||||||
default 32
|
default 32
|
||||||
depends on !LV_MEM_CUSTOM
|
depends on !LV_MEM_CUSTOM
|
||||||
|
|
||||||
|
config LV_MEM_ADDR
|
||||||
|
hex "Address for the memory pool instead of allocating it as a normal array"
|
||||||
|
default 0x0
|
||||||
|
depends on !LV_MEM_CUSTOM
|
||||||
|
|
||||||
config LV_MEM_CUSTOM_INCLUDE
|
config LV_MEM_CUSTOM_INCLUDE
|
||||||
string "Header to include for the custom memory function"
|
string "Header to include for the custom memory function"
|
||||||
default "stdlib.h"
|
default "stdlib.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user