STM32F429I-Discovery
+
0
/1 examples
SourceVu will show references to
BSP_LCD_DrawPolygon()
from the following samples and libraries:
Examples
STM32F429I-Discovery
Examples
BSP
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F429I-Discovery
BSP_LCD_DrawPolygon()
BSP_LCD_DrawPolygon() function
Displays an poly-line (between many points).
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_lcd.h:209
void
BSP_LCD_DrawPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
;
Implemented in
stm32f429i_discovery_lcd.c:829
Arguments
Argument
Declared as
Description
Points
pPoint
pointer to the points array
PointCount
uint16_t
Number of points
Related Functions
Found 1 other functions taking a
Point
argument:
Function
Description
BSP_LCD_FillPolygon()
Displays a full poly-line (between many points).
Examples
BSP_LCD_DrawPolygon()
is referenced by 1 libraries and example projects:
Examples
STM32F429I-Discovery
Examples
BSP
References
from
0/1
examples
Code
Location
void
BSP_LCD_DrawPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
stm32f429i_discovery_lcd.c:829
void
BSP_LCD_DrawPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
;
stm32f429i_discovery_lcd.h:209
Call Tree
from
0/1
examples
BSP_LCD_DrawPolygon()
calls 1 function:
All items filtered out
BSP_LCD_DrawPolygon()
BSP_LCD_DrawLine()
All items filtered out
Data Use
from
0/1
examples
BSP_LCD_DrawPolygon()
reads 2 variables:
Point::X
Point::Y
All items filtered out
BSP_LCD_DrawPolygon()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out