STM32F429I-Discovery
+
0
/1 examples
SourceVu will show references to
BSP_LCD_DrawLine()
from the following samples and libraries:
Examples
STM32F429I-Discovery
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
STM32F429I-Discovery
BSP_LCD_DrawLine()
BSP_LCD_DrawLine() function
Displays an uni-line (between two points).
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_lcd.h:206
void
BSP_LCD_DrawLine
(
uint16_t
X1
,
uint16_t
Y1
,
uint16_t
X2
,
uint16_t
Y2
)
;
Implemented in
stm32f429i_discovery_lcd.c:699
Arguments
Argument
Declared as
Description
X1
uint16_t
the point 1 X position
Y1
uint16_t
the point 1 Y position
X2
uint16_t
the point 2 X position
Y2
uint16_t
the point 2 Y position
Examples
BSP_LCD_DrawLine()
is referenced by 1 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