Adafruit_Shield + 0/6 examples
CodeScope will show references to BSP_LCD_DrawBitmap() from the following samples and libraries:
Examples
STM32F413ZH-Nucleo
Examples
STM32F429ZI-Nucleo
Examples
STM32F412ZG-Nucleo
Examples
STM32F446ZE-Nucleo
Examples
 
Symbols
loading...
Files
loading...

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);
Implemented in stm32_adafruit_lcd.c:652

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 6 libraries and example projects.

References

LocationReferrerText
stm32_adafruit_lcd.c:652
void BSP_LCD_DrawBitmap(uint16_t Xpos, uint16_t Ypos, uint8_t *pBmp)
stm32_adafruit_lcd.h:148
void BSP_LCD_DrawBitmap(uint16_t Xpos, uint16_t Ypos, uint8_t *pBmp);
stm32_adafruit_lcd.c:936DrawChar()
BSP_LCD_DrawBitmap(Xpos, Ypos, bitmap);

Call Tree

Functions calling BSP_LCD_DrawBitmap()
Functions called by BSP_LCD_DrawBitmap()
all items filtered out
BSP_LCD_DrawBitmap()
LCD_DrvTypeDef::DrawBitmap
all items filtered out
Data read by BSP_LCD_DrawBitmap()
Data written by BSP_LCD_DrawBitmap()
LCD_DrvTypeDef::DrawBitmap
BSP_LCD_DrawBitmap()::height
BSP_LCD_DrawBitmap()::width
all items filtered out
BSP_LCD_DrawBitmap()
BSP_LCD_DrawBitmap()::height
BSP_LCD_DrawBitmap()::width
all items filtered out
Type of BSP_LCD_DrawBitmap()
BSP_LCD_DrawBitmap()
uint32_t
all items filtered out