STM32F429I-Discovery
BSP_LCD_FillTriangle()
is only used within STM32F429I-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (6/7)...
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_FillTriangle()
BSP_LCD_FillTriangle() function
Fill triangle.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_lcd.h:215
void
BSP_LCD_FillTriangle
(
uint16_t
X1
,
uint16_t
X2
,
uint16_t
X3
,
uint16_t
Y1
,
uint16_t
Y2
,
uint16_t
Y3
)
;
Implemented in
stm32f429i_discovery_lcd.c:1018
Arguments
Argument
Description
X1
the point 1 x position
X2
the point 2 x position
X3
the point 3 x position
Y1
the point 1 y position
Y2
the point 2 y position
Y3
the point 3 y position
Examples
References
from
examples
Code
Location
Referrer
void
BSP_LCD_FillTriangle
(
uint16_t
X1
,
uint16_t
X2
,
uint16_t
X3
,
uint16_t
Y1
,
uint16_t
Y2
,
uint16_t
Y3
)
stm32f429i_discovery_lcd.c:1018
void
BSP_LCD_FillTriangle
(
uint16_t
X1
,
uint16_t
X2
,
uint16_t
X3
,
uint16_t
Y1
,
uint16_t
Y2
,
uint16_t
Y3
)
;
stm32f429i_discovery_lcd.h:215
BSP_LCD_FillTriangle
(
x
,
x2
,
xcenter
,
y
,
y2
,
ycenter
)
;
stm32f429i_discovery_lcd.c:1142
BSP_LCD_FillPolygon()
BSP_LCD_FillTriangle
(
x
,
xcenter
,
x2
,
y
,
ycenter
,
y2
)
;
stm32f429i_discovery_lcd.c:1143
BSP_LCD_FillPolygon()
BSP_LCD_FillTriangle
(
xcenter
,
x2
,
x
,
ycenter
,
y2
,
y
)
;
stm32f429i_discovery_lcd.c:1144
BSP_LCD_FillPolygon()
BSP_LCD_FillTriangle
(
xfirst
,
x2
,
xcenter
,
yfirst
,
y2
,
ycenter
)
;
stm32f429i_discovery_lcd.c:1147
BSP_LCD_FillPolygon()
BSP_LCD_FillTriangle
(
xfirst
,
xcenter
,
x2
,
yfirst
,
ycenter
,
y2
)
;
stm32f429i_discovery_lcd.c:1148
BSP_LCD_FillPolygon()
BSP_LCD_FillTriangle
(
xcenter
,
x2
,
xfirst
,
ycenter
,
y2
,
yfirst
)
;
stm32f429i_discovery_lcd.c:1149
BSP_LCD_FillPolygon()
Call Tree
from
examples
BSP_LCD_FillTriangle()
is called by 1 function and calls 1 function:
BSP_LCD_FillPolygon()
All items filtered out
BSP_LCD_FillTriangle()
BSP_LCD_DrawLine()
All items filtered out
Data Use
from
examples
BSP_LCD_FillTriangle()
:
All items filtered out
BSP_LCD_FillTriangle()
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