SetDisplayWindow() is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

SetDisplayWindow() function

Sets display window.

Syntax

static void SetDisplayWindow(uint16_t Xpos,     uint16_t Ypos,     uint16_t Width,     uint16_t Height);
Implemented in stm32f413h_discovery_lcd.c:1009

Arguments

Xpos

LCD X position

Ypos

LCD Y position

Width

LCD window width

Height

LCD window height

References

LocationReferrerText
stm32f413h_discovery_lcd.c:1009
static void SetDisplayWindow(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height)
stm32f413h_discovery_lcd.c:89
static void SetDisplayWindow(uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height);
stm32f413h_discovery_lcd.c:677BSP_LCD_DrawBitmap()
SetDisplayWindow(Xpos, Ypos, width, height);
stm32f413h_discovery_lcd.c:683BSP_LCD_DrawBitmap()
SetDisplayWindow(0, 0, BSP_LCD_GetXSize(), BSP_LCD_GetYSize());
stm32f413h_discovery_lcd.c:697BSP_LCD_DrawRGBImage()
SetDisplayWindow(Xpos, Ypos, Xsize, Ysize);
stm32f413h_discovery_lcd.c:703BSP_LCD_DrawRGBImage()
SetDisplayWindow(0, 0, BSP_LCD_GetXSize(), BSP_LCD_GetYSize());

Call Tree

Functions calling SetDisplayWindow()
Functions called by SetDisplayWindow()
SetDisplayWindow()
all items filtered out