BSP_LCD_DrawBitmap() function
Draws a bitmap picture (16 bpp).
Syntax
void BSP_LCD_DrawBitmap(uint16_t Xpos,
uint16_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.
Examples
BSP_LCD_DrawBitmap() is referenced by 3 libraries and example projects: