正点原子stm32H743IIT6 使用LVGL开启DMA2D解码
·
找到lvgl_conf.h 设置如下
/* 1: Enable GPU interface*/
#define LV_USE_GPU 0 /*Only enables `gpu_fill_cb` and `gpu_blend_cb` in the disp. drv- */
#define LV_USE_GPU_STM32_DMA2D 1
/*If enabling LV_USE_GPU_STM32_DMA2D, LV_GPU_DMA2D_CMSIS_INCLUDE must be defined to include path of CMSIS header of target processor
e.g. "stm32f769xx.h" or "stm32f429xx.h" */
#define LV_GPU_DMA2D_CMSIS_INCLUDE "stm32h743xx.h"
/*1: Use PXP for CPU off-load on NXP RTxxx platforms */
更多推荐
已为社区贡献3条内容
所有评论(0)