STM32469I_EVAL + 0/5 examples
CodeScope will show references to BSP_LCD_DrawRect() from the following samples and libraries:
Examples
STM32469I_EVAL
Examples
Applications
Display
USB_Host
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawRect() function

Draws a rectangle in currently active layer.

Syntax

void BSP_LCD_DrawRect(uint16_t Xpos,     uint16_t Ypos,     uint16_t Width,     uint16_t Height);
Implemented in stm32469i_eval_lcd.c:887

Arguments

Xpos

X position

Ypos

Y position

Width

Rectangle width

Height

Rectangle height

Examples

BSP_LCD_DrawRect() is referenced by 5 libraries and example projects.

References

LocationText
stm32469i_eval_lcd.c:887
void BSP_LCD_DrawRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height)
stm32469i_eval_lcd.h:336
void BSP_LCD_DrawRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height);

Call Tree

Functions called by BSP_LCD_DrawRect()
BSP_LCD_DrawRect()
Data read by BSP_LCD_DrawRect()
BSP_LCD_DrawRect()