Fixed typo in include define

Added help in lv_conf_template.h
This commit is contained in:
andrew
2020-06-08 18:36:30 +01:00
parent 0867f72cb9
commit 3c70a1b5a2
2 changed files with 3 additions and 1 deletions

View File

@@ -178,6 +178,8 @@ typedef void * lv_group_user_data_t;
/* 1: Enable GPU interface*/ /* 1: Enable GPU interface*/
#define LV_USE_GPU 1 /*Only enables `gpu_fill_cb` and `gpu_blend_cb` in the disp. drv- */ #define LV_USE_GPU 1 /*Only enables `gpu_fill_cb` and `gpu_blend_cb` in the disp. drv- */
#define LV_USE_GPU_STM32_DMA2D 0 #define LV_USE_GPU_STM32_DMA2D 0
/*If enabling LV_USE_GPU_STM32_DMA2D, LV_GPU_DMA2D_CMSIS_INCLUDE must be defined to include path of CMSIS header of target processor */
#define LV_GPU_DMA2D_CMSIS_INCLUDE
/* 1: Enable file system (might be required for images */ /* 1: Enable file system (might be required for images */
#define LV_USE_FILESYSTEM 1 #define LV_USE_FILESYSTEM 1

View File

@@ -11,7 +11,7 @@
#if LV_USE_GPU_STM32_DMA2D #if LV_USE_GPU_STM32_DMA2D
#include LV_CPU_DMA2D_CMSIS_INCLUDE #include LV_GPU_DMA2D_CMSIS_INCLUDE
/********************* /*********************
* DEFINES * DEFINES