feat(dma2d): add basic support (#6691)

This commit is contained in:
Liam
2024-09-11 03:48:43 -04:00
committed by GitHub
parent c0af741b45
commit bdb5806fdf
13 changed files with 1116 additions and 1 deletions
+12
View File
@@ -242,6 +242,18 @@
#endif
/* Accelerate blends, fills, etc. with STM32 DMA2D */
#define LV_USE_DRAW_DMA2D 0
#if LV_USE_DRAW_DMA2D
#define LV_DRAW_DMA2D_HAL_INCLUDE "stm32h7xx_hal.h"
/* if enabled, the user is required to call `lv_draw_dma2d_transfer_complete_interrupt_handler`
* upon receiving the DMA2D global interrupt
*/
#define LV_USE_DRAW_DMA2D_INTERRUPT 0
#endif
/*=======================
* FEATURE CONFIGURATION
*=======================*/