STM32F429I-Discovery
+
0
/1 examples
SourceVu will show references to
BSP_LCD_FillPolygon()
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_FillPolygon()
BSP_LCD_FillPolygon() function
Displays a full poly-line (between many points).
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_lcd.h:216
void
BSP_LCD_FillPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
;
Implemented in
stm32f429i_discovery_lcd.c:1091
Arguments
Argument
Description
Points
pointer to the points array
PointCount
Number of points
Related Functions
Found 1 other functions taking a
Point
argument:
Function
Description
BSP_LCD_DrawPolygon()
Displays an poly-line (between many points).
Examples
BSP_LCD_FillPolygon()
is referenced by 1 libraries and example projects:
Examples
STM32F429I-Discovery
Examples
BSP
References
from
0/1
examples
Code
Location
void
BSP_LCD_FillPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
stm32f429i_discovery_lcd.c:1091
void
BSP_LCD_FillPolygon
(
pPoint
Points
,
uint16_t
PointCount
)
;
stm32f429i_discovery_lcd.h:216
Call Tree
from
0/1
examples
BSP_LCD_FillPolygon()
calls 1 function:
All items filtered out
BSP_LCD_FillPolygon()
BSP_LCD_FillTriangle()
All items filtered out
Data Use
from
0/1
examples
BSP_LCD_FillPolygon()
reads 2 variables:
Point::X
Point::Y
All items filtered out
BSP_LCD_FillPolygon()
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