feat(nuttx_image_cache): add configuration to use image cache heap for default heap (#7653)

This commit is contained in:
Benign X
2025-02-21 14:31:14 +08:00
committed by GitHub
parent 889f42be3f
commit 93cef1274a
4 changed files with 38 additions and 0 deletions

View File

@@ -1155,6 +1155,9 @@
#if LV_USE_NUTTX
#define LV_USE_NUTTX_INDEPENDENT_IMAGE_HEAP 0
/** Use independent image heap for default draw buffer */
#define LV_NUTTX_DEFAULT_DRAW_BUF_USE_INDEPENDENT_IMAGE_HEAP 0
#define LV_USE_NUTTX_LIBUV 0
/** Use Nuttx custom init API to open window and handle touchscreen */