STM32F4DMA::getBlitCaps() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

STM32F4DMA::getBlitCaps() method

@fn touchgfx::BlitOperations STM32F4DMA::getBlitCaps(); Gets the blit capabilities. Gets the blit capabilities. This DMA supports a range of blit caps: BLIT_OP_COPY, BLIT_OP_COPY_ARGB8888, BLIT_OP_COPY_ARGB8888_WITH_ALPHA, BLIT_OP_COPY_A4, BLIT_OP_COPY_A8.

Syntax

virtual touchgfx::BlitOperations getBlitCaps();
Implemented in STM32F4DMA.cpp:77

Return value

Currently supported blitcaps.

Notes

For demonstration purposes, the blitcaps can be overridden at runtime to return zero by setting the overrideBlitCaps boolean to true.