add comments to GPU DMA2D functions

This commit is contained in:
Gabor Kiss-Vamosi
2020-04-20 14:36:35 +02:00
parent 23368fa704
commit 44f2ca17fd
4 changed files with 92 additions and 10 deletions

View File

@@ -177,8 +177,7 @@ typedef void * lv_group_user_data_t;
/* 1: Enable GPU interface*/
#define LV_USE_GPU 1
#define LV_GPU_INCLUDE <stdint.h> /*E.g. "stm32f7xx_hal.h"*/
#define LV_USE_GPU_STM32_DMA2D 1
#define LV_USE_GPU_STM32_DMA2D 0
/* 1: Enable file system (might be required for images */
#define LV_USE_FILESYSTEM 1