add builtin STM32 DMA2D support

This commit is contained in:
Gabor Kiss-Vamosi
2020-04-16 11:12:20 +02:00
parent ca03ef2b1f
commit 54019d4934
11 changed files with 376 additions and 173 deletions

View File

@@ -263,6 +263,12 @@
#ifndef LV_USE_GPU
#define LV_USE_GPU 1
#endif
#ifndef LV_GPU_INCLUDE
#define LV_GPU_INCLUDE <stdint.h> /*E.g. "stm32f7xx_hal.h"*/
#endif
#ifndef LV_USE_GPU_STM32_DMA2D
#define LV_USE_GPU_STM32_DMA2D 1
#endif
/* 1: Enable file system (might be required for images */
#ifndef LV_USE_FILESYSTEM