BSP_LCD_DrawBitmap() function
Draws a bitmap picture loaded in the internal Flash (32 bpp).
Syntax
void BSP_LCD_DrawBitmap(uint32_t Xpos,
uint32_t Ypos,
uint8_t *pbmp);
Arguments
Xpos
Bmp X position in the LCD
Ypos
Bmp Y position in the LCD
pbmp
Pointer to Bmp picture address in the internal Flash
Examples
BSP_LCD_DrawBitmap() is referenced by 5 libraries and example projects: