STM324xG_EVAL + 0/5 examples
CodeScope will show references to BSP_LCD_GetYSize() from the following samples and libraries:
Drivers
Boards
Examples
STM324xG_EVAL
Examples
Applications
Camera
Display
 
Symbols
loading...
Files
loading...

BSP_LCD_GetYSize() function

Gets the LCD Y size.

Syntax

uint32_t BSP_LCD_GetYSize(void);
Implemented in stm324xg_eval_lcd.c:148

Return value

Used LCD Y size

Examples

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

References

LocationReferrerText
stm324xg_eval_lcd.c:148
uint32_t BSP_LCD_GetYSize(void)
stm324xg_eval_lcd.h:127
uint32_t BSP_LCD_GetYSize(void);
stm324xg_eval_lcd.c:217BSP_LCD_Clear()
for(counter = 0; counter < BSP_LCD_GetYSize(); counter++)
stm324xg_eval_lcd.c:634BSP_LCD_DrawBitmap()
SetDisplayWindow(0, 0, BSP_LCD_GetXSize(), BSP_LCD_GetYSize());
stm324xg_eval_lcd.c:654BSP_LCD_DrawRGBImage()
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()
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