STM324x9I_EVAL
+
0
/2 examples
SourceVu will show references to
BSP_LCD_DrawLine()
from the following samples and libraries:
Drivers
Boards
STM324xG_EVAL
Examples
STM324x9I_EVAL
Examples
BSP
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
STM324x9I_EVAL
BSP_LCD_DrawLine()
BSP_LCD_DrawLine() function
Draws an uni-line (between two points).
Syntax
Show:
Summary
Declaration
Definition
from
stm324x9i_eval_lcd.h:200
void
BSP_LCD_DrawLine
(
uint16_t
x1
,
uint16_t
y1
,
uint16_t
x2
,
uint16_t
y2
)
;
Implemented in
stm324x9i_eval_lcd.c:683
Arguments
Argument
Description
x1
Point 1 X position
y1
Point 1 Y position
x2
Point 2 X position
y2
Point 2 Y position
Examples
BSP_LCD_DrawLine()
is referenced by 2 libraries and example projects:
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