_DMA_Color2IndexBulk() is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

_DMA_Color2IndexBulk() function

Converts a 32 bit colors to an index value.

Syntax

static void _DMA_Color2IndexBulk(LCD_COLOR * pColor,     void * pIndex,     U32 NumItems,     U8 SizeOfIndex,     U32 PixelFormat);
Implemented in LCDConf.c:1235

Arguments

pColor

Color relative to the index

pIndex

Index value

NumItems

Number of items

SizeOfIndex

Size of index color

PixelFormat

Pixel format

Return value

None