fix(independent_heap): add independent heap enable option (#6953)
Signed-off-by: lijianjun <lijianjun@xiaomi.com> Co-authored-by: lijianjun <lijianjun@xiaomi.com>
This commit is contained in:
@@ -137,6 +137,14 @@ Reset the board and using the 'NSH>' terminal start the LVGL demo:
|
||||
|
||||
nsh> lvgldemo
|
||||
|
||||
Configurations
|
||||
--------------
|
||||
Here are some configurations that you can use to customize your NuttX and LVGL setup:
|
||||
|
||||
- **LV_USE_NUTTX_INDEPENDENT_IMAGE_HEAP** - You can enable or disable the
|
||||
LVGL image heap in NuttX. By default, it is disabled. If you enable
|
||||
it, LVGL will use the NuttX heap instead.
|
||||
|
||||
Where can I find more information?
|
||||
----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user