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

BSP_LCD_GetYSize() function

Gets the LCD Y size.

Syntax

uint32_t BSP_LCD_GetYSize(void);
Implemented in stm32_adafruit_lcd.c:180

Return value

Used LCD Y size

Examples

BSP_LCD_GetYSize() is referenced by 5 libraries and example projects.

References

LocationReferrerText
stm32_adafruit_lcd.c:180
uint32_t BSP_LCD_GetYSize(void)
stm32_adafruit_lcd.h:125
uint32_t BSP_LCD_GetYSize(void);
stm32_adafruit_lcd.c:256BSP_LCD_Clear()
for(counter = 0; counter < BSP_LCD_GetYSize(); counter++)
stm32_adafruit_lcd.c:667BSP_LCD_DrawBitmap()
Ypos = BSP_LCD_GetYSize() - Ypos - height;
stm32_adafruit_lcd.c:676BSP_LCD_DrawBitmap()
SetDisplayWindow(0, 0, BSP_LCD_GetXSize(), BSP_LCD_GetYSize());

Call Tree

Functions calling BSP_LCD_GetYSize()
Functions called by BSP_LCD_GetYSize()
BSP_LCD_GetYSize()
LCD_DrvTypeDef::GetLcdPixelHeight
all items filtered out
Data read by BSP_LCD_GetYSize()
all items filtered out
BSP_LCD_GetYSize()
Type of BSP_LCD_GetYSize()
BSP_LCD_GetYSize()
uint32_t
all items filtered out