Adafruit_Shield + 0/9 examples
CodeScope will show references to BSP_LCD_DrawRect() from the following samples and libraries:
Examples
STM32F412ZG-Nucleo
Examples
Applications
USB_Host
STM32F413ZH-Nucleo
Examples
Applications
USB_Host
STM32F429ZI-Nucleo
Examples
Applications
USB_Host
STM32F446ZE-Nucleo
Examples
Applications
USB_Host
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawRect() function

Draws a rectangle.

Syntax

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

Arguments

Xpos

X position

Ypos

Y position

Width

Rectangle width

Height

Rectangle height

Return value

None

Examples

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

References

LocationText
stm32_adafruit_lcd.c:523
void BSP_LCD_DrawRect(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height)
stm32_adafruit_lcd.h:144
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()