STemWin_Animation
_LCD_DrawBitmapAlpha()
is only used within STemWin_Animation.
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_Animation
_LCD_DrawBitmapAlpha()
_LCD_DrawBitmapAlpha() function
Draw alpha Bitmap
Syntax
Show:
Summary
Declaration
from
LCDConf.c:1528
static
void
_LCD_DrawBitmapAlpha
(
int
LayerIndex
,
int
x
,
int
y
,
const
void
*
p
,
int
xSize
,
int
ySize
,
int
BytesPerLine
)
;
Arguments
Argument
Description
LayerIndex
Layer index
x
Horizontal position on the screen
y
vertical position on the screen
p
xSize
Horizontal bitmap size
ySize
Vertical bitmap size
BytesPerLine
Bytes per Line
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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