feat(cmsis-pack): Monthly update for May (alpha) (#3359)
* feat(cmsis-pack): Monthly update for May * fix(benchmark): fix a typo * fix(draw): fix warning * Update LVGL.lvgl.1.0.4-alpha5.pack * feat(arm-2d): add a quick patch to support RGB565A8
This commit is contained in:
@@ -44,11 +44,13 @@ remove the misleading guide above this code segment.
|
||||
- LV_USE_GPU_NXP_PXP
|
||||
- LV_USE_GPU_NXP_VG_LITE
|
||||
- LV_USE_GPU_SWM341_DMA2D
|
||||
- LV_USE_GPU_ARM2D
|
||||
5. Update macro `LV_ATTRIBUTE_MEM_ALIGN` and `LV_ATTRIBUTE_MEM_ALIGN_SIZE` to force a WORD alignment.
|
||||
```c
|
||||
#define LV_ATTRIBUTE_MEM_ALIGN_SIZE 4
|
||||
#define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
|
||||
```
|
||||
Update macro `LV_MEM_SIZE` to `(64*1024U)`.
|
||||
6. Update Theme related macros:
|
||||
|
||||
```c
|
||||
|
||||
Reference in New Issue
Block a user