STM324x9I_EVAL + 0/2 examples
CodeScope will show references to BSP_LCD_SetLayerWindow() from the following samples and libraries:
Examples
STM324x9I_EVAL
Applications
LibJPEG
 
Symbols
loading...
Files
loading...

BSP_LCD_SetLayerWindow() function

Sets display window.

Syntax

void BSP_LCD_SetLayerWindow(uint16_t LayerIndex,     uint16_t Xpos,     uint16_t Ypos,     uint16_t Width,     uint16_t Height);
Implemented in stm324x9i_eval_lcd.c:358

Arguments

LayerIndex

Layer index

Xpos

LCD X position

Ypos

LCD Y position

Width

LCD window width

Height

LCD window height

Examples

BSP_LCD_SetLayerWindow() is referenced by 2 libraries and example projects.

References

LocationText
stm324x9i_eval_lcd.c:358
void BSP_LCD_SetLayerWindow(uint16_t LayerIndex, uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height)
stm324x9i_eval_lcd.h:176
void BSP_LCD_SetLayerWindow(uint16_t LayerIndex, uint16_t Xpos, uint16_t Ypos, uint16_t Width, uint16_t Height);

Call Tree

Functions called by BSP_LCD_SetLayerWindow()
BSP_LCD_SetLayerWindow()