_LCD_DrawBitmap8bpp() is only used within STemWin_Fonts.
 
Symbols
loading...
Files
loading...

_LCD_DrawBitmap8bpp() function

Draw 8 bits per pixel bitmap

Syntax

static void _LCD_DrawBitmap8bpp(int LayerIndex,     int x,     int y,     U8 const * p,     int xSize,     int ySize,     int BytesPerLine);

Arguments

LayerIndex

Layer index

x

start horizontal position on the screen

y

start vertical position on the screen

p

Source buffer

xSize

Horizontal bitmap size

ySize

Vertical bitmap size

BytesPerLine

Number of bytes per Line

Return value

None

References

LocationReferrerText
LCDConf_stm324x9i_eval_MB1046.c:1285
static void _LCD_DrawBitmap8bpp(int LayerIndex, int x, int y, U8 const * p, int xSize, int ySize, int BytesPerLine) {
LCDConf_stm324x9i_eval_MB1046.c:1723LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_DRAWBMP_8BPP, (void(*)(void))_LCD_DrawBitmap8bpp);

Call Tree

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