STM32F429I-Discovery
+
0
/2 examples
SourceVu will show references to
BSP_LCD_DrawRect()
from the following samples and libraries:
Examples
STM32F429I-Discovery
Examples
BSP
Applications
Display
LTDC_Paint
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_DrawRect()
BSP_LCD_DrawRect() function
Displays a rectangle.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f429i_discovery_lcd.h:207
void
BSP_LCD_DrawRect
(
uint16_t
Xpos
,
uint16_t
Ypos
,
uint16_t
Width
,
uint16_t
Height
)
;
Implemented in
stm32f429i_discovery_lcd.c:773
Arguments
Argument
Description
Xpos
the X position
Ypos
the Y position
Width
display rectangle width
Height
display rectangle height
Examples
BSP_LCD_DrawRect()
is referenced by 2 libraries and example projects:
Examples
STM32F429I-Discovery
Examples
BSP
Applications
Display
LTDC_Paint
References
from
0/2
examples
Code
Location
void
BSP_LCD_DrawRect
(
uint16_t
Xpos
,
uint16_t
Ypos
,
uint16_t
Width
,
uint16_t
Height
)
stm32f429i_discovery_lcd.c:773
void
BSP_LCD_DrawRect
(
uint16_t
Xpos
,
uint16_t
Ypos
,
uint16_t
Width
,
uint16_t
Height
)
;
stm32f429i_discovery_lcd.h:207
Call Tree
from
0/2
examples
BSP_LCD_DrawRect()
calls 2 functions:
All items filtered out
BSP_LCD_DrawRect()
BSP_LCD_DrawHLine()
BSP_LCD_DrawVLine()
All items filtered out
Data Use
from
0/2
examples
BSP_LCD_DrawRect()
:
All items filtered out
BSP_LCD_DrawRect()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out