LCD_LL_DrawBitmap16bpp() is only used within STemWin.
 
Symbols
loading...
Files
loading...

LCD_LL_DrawBitmap16bpp() function

Draw 16bpp bitmap file

Syntax

void LCD_LL_DrawBitmap16bpp(int LayerIndex,     int x,     int y,     U16 const * p,     int xSize,     int ySize,     int BytesPerLine);
Implemented in LCDConf.c:779

Arguments

LayerIndex

Layer Index

x

X position

y

Y position

p

pointer to destination address

xSize

X size

ySize

Y size

BytesPerLine

Return value

None

References

LocationReferrerText
LCDConf.c:779
void LCD_LL_DrawBitmap16bpp(int LayerIndex, int x, int y, U16 const * p, int xSize, int ySize, int BytesPerLine)
LCDConf.c:211
void LCD_LL_DrawBitmap16bpp(int LayerIndex, int x, int y, U16 const * p, int xSize, int ySize, int BytesPerLine);
LCDConf.c:993LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_DRAWBMP_16BPP, (void(*)(void))LCD_LL_DrawBitmap16bpp);

Call Tree

Functions called by LCD_LL_DrawBitmap16bpp()
LCD_LL_DrawBitmap16bpp()
all items filtered out
Data read by LCD_LL_DrawBitmap16bpp()
Data written by LCD_LL_DrawBitmap16bpp()
LCD_LL_DrawBitmap16bpp()
LCD_LL_DrawBitmap16bpp()::BufferSize
LCD_LL_DrawBitmap16bpp()::AddrDst
LCD_LL_DrawBitmap16bpp()::OffLineSrc
LCD_LL_DrawBitmap16bpp()::OffLineDst
all items filtered out