STM32446E_EVAL + 0/4 examples
CodeScope will show references to BSP_LCD_DrawRGBImage() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
DCMI
Applications
Camera
 
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 stm32446e_eval_lcd.c:671

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

Examples

BSP_LCD_DrawRGBImage() is referenced by 4 libraries and example projects.

References

LocationText
stm32446e_eval_lcd.c:671
void BSP_LCD_DrawRGBImage(uint16_t Xpos, uint16_t Ypos, uint16_t Xsize, uint16_t Ysize, uint8_t *pdata)
stm32446e_eval_lcd.h:152
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()
LCD_DrvTypeDef::DrawRGBImage
all items filtered out
Data read by BSP_LCD_DrawRGBImage()
BSP_LCD_DrawRGBImage()