TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::BlitOp from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::BlitOp struct

@struct BlitOp BlitOp.hpp touchgfx/hal/BlitOp.hpp BlitOp instances carry the required information for performing operations on the LCD (frame buffer) using DMA. BlitOp instances carry the required information for performing operations on the LCD (frame buffer) using DMA.

Syntax

struct BlitOp {     uint32_t        operation;       const uint16_t* pSrc;               uint16_t*       pDst;               uint16_t        nSteps;             uint16_t        nLoops;             uint16_t        srcLoopStride;      uint16_t        dstLoopStride;      colortype       color;              uint8_t         alpha;          };

Fields

operation

No summary provided. Read more...

pSrc

No summary provided. Read more...

pDst

No summary provided. Read more...

nSteps

No summary provided. Read more...

nLoops

No summary provided. Read more...

srcLoopStride

No summary provided. Read more...

dstLoopStride

No summary provided. Read more...

color

No summary provided. Read more...

alpha

No summary provided. Read more...

Examples

touchgfx::BlitOp is referenced by 4 libraries and example projects.