BSP_LCD_DrawRGBImage() is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

BSP_LCD_DrawRGBImage() function

Draws RGB Image (16 bpp).

Syntax

void BSP_LCD_DrawRGBImage(uint16_t Xpos,     uint16_t Ypos,     uint16_t Xsize,     uint16_t Ysize,     uint8_t *pbmp);
Implemented in stm32f413h_discovery_lcd.c:694

Arguments

Xpos

X position in the LCD

Ypos

Y position in the LCD

Xsize

X size in the LCD

Ysize

Y size in the LCD

pbmp

References

LocationText
stm32f413h_discovery_lcd.c:694
void BSP_LCD_DrawRGBImage(uint16_t Xpos, uint16_t Ypos, uint16_t Xsize, uint16_t Ysize, uint8_t *pdata)
stm32f413h_discovery_lcd.h:179
void BSP_LCD_DrawRGBImage(uint16_t Xpos, uint16_t Ypos, uint16_t Xsize, uint16_t Ysize, uint8_t *pbmp);

Call Tree

Functions called by BSP_LCD_DrawRGBImage()
BSP_LCD_DrawRGBImage()
Data read by BSP_LCD_DrawRGBImage()
BSP_LCD_DrawRGBImage()