LL_ConvertLineToARGB8888() is only used within STM32469I_EVAL.
 
Symbols
loading...
Files
loading...

LL_ConvertLineToARGB8888() function

Converts a line to an ARGB8888 pixel format.

Syntax

static void LL_ConvertLineToARGB8888(void * pSrc,     void *pDst,     uint32_t xSize,     uint32_t ColorMode);
Implemented in stm32469i_eval_lcd.c:1566

Arguments

pSrc

Pointer to source buffer

pDst

Output color

xSize

Buffer width

ColorMode

Input color mode

References

LocationReferrerText
stm32469i_eval_lcd.c:1566
static void LL_ConvertLineToARGB8888(void *pSrc, void *pDst, uint32_t xSize, uint32_t ColorMode)
stm32469i_eval_lcd.c:139
static void LL_ConvertLineToARGB8888(void * pSrc, void *pDst, uint32_t xSize, uint32_t ColorMode);
stm32469i_eval_lcd.c:1051BSP_LCD_DrawBitmap()
LL_ConvertLineToARGB8888((uint32_t *)pbmp, (uint32_t *)Address, width, InputColorMode);