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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user