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:
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