STemWin
LCD_LL_DrawBitmap32bpp()
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
LCD_LL_DrawBitmap32bpp()
LCD_LL_DrawBitmap32bpp() function
Syntax
Show:
Summary
Declaration
Definition
from
LCDConf.c:212
static
void
LCD_LL_DrawBitmap32bpp
(
int
LayerIndex
,
int
x
,
int
y
,
U8
const
*
p
,
int
xSize
,
int
ySize
,
int
BytesPerLine
)
;
Implemented in
LCDConf.c:791
Arguments
Argument
LayerIndex
x
y
p
xSize
ySize
BytesPerLine
Examples
References
from
examples
Code
Location
Referrer
static
void
LCD_LL_DrawBitmap32bpp
(
int
LayerIndex
,
int
x
,
int
y
,
U8
const
*
p
,
int
xSize
,
int
ySize
,
int
BytesPerLine
)
LCDConf.c:791
static
void
LCD_LL_DrawBitmap32bpp
(
int
LayerIndex
,
int
x
,
int
y
,
U8
const
*
p
,
int
xSize
,
int
ySize
,
int
BytesPerLine
)
;
LCDConf.c:212
LCD_SetDevFunc
(
i
,
LCD_DEVFUNC_DRAWBMP_32BPP
,
(
void
(
*
)
(
void
)
)
LCD_LL_DrawBitmap32bpp
)
;
LCDConf.c:994
LCD_X_Config()
Call Tree
from
examples
LCD_LL_DrawBitmap32bpp()
calls 2 functions:
All items filtered out
LCD_LL_DrawBitmap32bpp()
DMA2D_CopyBufferWithAlpha()
GetBufferSize()
All items filtered out
Data Use
from
examples
LCD_LL_DrawBitmap32bpp()
reads 5 variables and writes 1 variable:
LCD_LayerPropTypedef::address
LCD_LayerPropTypedef::buffer_index
LCD_LayerPropTypedef::xSize
LCD_LayerPropTypedef::BytesPerPixel
layer_prop
All items filtered out
LCD_LL_DrawBitmap32bpp()
LCD_X_Config()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out