DMA2D_Index2ColorBulk() is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

DMA2D_Index2ColorBulk() function

This routine is used by the STemWin color conversion routines to use DMA2D for color conversion. It converts the given index values to 32 bit colors. Because STemWin uses ABGR internally and 0x00 and 0xFF for opaque and fully transparent the color array needs to be converted after DMA2D has been used.

Syntax

static void DMA2D_Index2ColorBulk(void * pIndex,     LCD_COLOR * pColor,     uint32_t NumItems,     U8 SizeOfIndex,     uint32_t PixelFormat);
Implemented in LCDConf_stm324x9i_eval_MB1046.c:1152

Arguments

pIndex

pColor

NumItems

SizeOfIndex

PixelFormat

Return value

None

Call Tree

Functions calling DMA2D_Index2ColorBulk()
Functions called by DMA2D_Index2ColorBulk()
DMA2D_Index2ColorBulk()