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:
lion2tomato
2024-10-14 17:08:46 +08:00
committed by GitHub
parent 0efa5f3758
commit 5081fbcc71
7 changed files with 57 additions and 8 deletions

View File

@@ -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?
----------------------------------