BSP_LCD_DrawBitmap() function
Draws a bitmap picture loaded in the STM32 MCU internal memory.
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
Return value
None
Examples
BSP_LCD_DrawBitmap() is referenced by 8 libraries and example projects: