BSP_LCD_DrawBitmap() function
Displays a bitmap picture loaded in the internal Flash (32 bpp).
Syntax
void BSP_LCD_DrawBitmap(uint32_t X,
uint32_t Y,
uint8_t *pBmp);
Arguments
X
the bmp x position in the LCD
Y
the bmp Y position in the LCD
pBmp
Bmp picture address in the internal Flash
Examples
BSP_LCD_DrawBitmap() is referenced by 3 libraries and example projects: