mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-04 14:54:41 +08:00
feat(dma2d): add basic support (#6691)
This commit is contained in:
@@ -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
|
||||
*=======================*/
|
||||
|
||||
Reference in New Issue
Block a user