LCD_DrawBitmap16bpp() is only used within STemWin_HelloWorld.
 
Symbols
loading...
Files
loading...

LCD_DrawBitmap16bpp() function

Syntax

static void LCD_DrawBitmap16bpp(int32_t LayerIndex,     int32_t x,     int32_t y,     U16 const * p,     int32_t xSize,     int32_t ySize,     int32_t BytesPerLine);
Implemented in LCDConf_stm324x9i_eval_MB1046.c:1267

Arguments

LayerIndex

x

y

p

xSize

ySize

BytesPerLine

Return value

None

References

LocationReferrerText
LCDConf_stm324x9i_eval_MB1046.c:1267
static void LCD_DrawBitmap16bpp(int32_t LayerIndex, int32_t x, int32_t y, U16 const * p, int32_t xSize, int32_t ySize, int32_t BytesPerLine)
LCDConf_stm324x9i_eval_MB1046.c:150
static void LCD_DrawBitmap16bpp(int32_t LayerIndex, int32_t x, int32_t y, U16 const * p, int32_t xSize, int32_t ySize, int32_t BytesPerLine);
LCDConf_stm324x9i_eval_MB1046.c:396LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_DRAWBMP_16BPP, (void(*)(void))LCD_DrawBitmap16bpp); /* Set up drawing routine for 16bpp bitmap using DMA2D. Makes only sense with RGB565 */

Call Tree

Functions called by LCD_DrawBitmap16bpp()
LCD_DrawBitmap16bpp()
all items filtered out
Data read by LCD_DrawBitmap16bpp()
Data written by LCD_DrawBitmap16bpp()
LCD_DrawBitmap16bpp()
LCD_DrawBitmap16bpp()::OffLineDst
LCD_DrawBitmap16bpp()::BufferSize
LCD_DrawBitmap16bpp()::AddrDst
LCD_DrawBitmap16bpp()::OffLineSrc
all items filtered out
Type of LCD_DrawBitmap16bpp()
LCD_DrawBitmap16bpp()
int32_t
uint32_t
all items filtered out