fix(draw): remove LV_LAYER_MAX_MEMORY_USAGE (#4809)

Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-11-25 03:17:10 +08:00
committed by GitHub
parent 0447443029
commit 990fbc8cdf
6 changed files with 13 additions and 47 deletions

View File

@@ -80,9 +80,6 @@
/*Align the start address of draw_buf addresses to this bytes*/
#define LV_DRAW_BUF_ALIGN 4
/* Max. memory to be used for layers */
#define LV_LAYER_MAX_MEMORY_USAGE 150 /*[kB]*/
#define LV_USE_DRAW_SW 1
#if LV_USE_DRAW_SW == 1
/* Set the number of draw unit.