feat(gpu): add gpu arm2d (#3162)

* feat(gpu): add support for arm-2d

* fix(hal): fix typos

* feat(cmsis-pack): v1.0.2-alpha2 for monthly update

* update format for lv_gpu_arm2d.c

* Update LVGL.lvgl.1.0.2-alpha1.pack
This commit is contained in:
Gabriel Wang
2022-03-16 09:26:12 +00:00
committed by GitHub
parent f79e2838cb
commit a0153182b8
8 changed files with 876 additions and 2 deletions

View File

@@ -157,6 +157,9 @@
* GPU
*-----------*/
/*Use Arm's 2D acceleration library Arm-2D */
#define LV_USE_GPU_ARM2D 0
/*Use STM32's DMA2D (aka Chrom Art) GPU*/
#define LV_USE_GPU_STM32_DMA2D 0
#if LV_USE_GPU_STM32_DMA2D