LCD_GetXSize() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

LCD_GetXSize() function

Syntax

uint32_t LCD_GetXSize();
Implemented in BoardConfiguration.cpp:77

References

LocationReferrerScopeText
BoardConfiguration.cpp:77
uint32_t LCD_GetXSize()
OTM8009TouchController.cpp:26
uint32_t LCD_GetXSize();
BoardConfiguration.cpp:402LCD_LayerInit()
Layercfg.WindowX1 = LCD_GetXSize() / 4; //Note: Div4 due to screen being divided into 4 areas.
BoardConfiguration.cpp:406LCD_LayerInit()
Layercfg.ImageWidth = LCD_GetXSize() / 4; //Note: Div4 due to screen being divided into 4 areas.
BoardConfiguration.cpp:592LCD_Init()
HAL_LTDC_SetPitch(&hltdc, LCD_GetXSize(), 0);
OTM8009TouchController.cpp:32OTM8009TouchController::init()OTM8009TouchController
BSP_TS_Init(LCD_GetXSize(), LCD_GetYSize());

Call Tree

Functions calling LCD_GetXSize()
LCD_GetXSize()
Type of LCD_GetXSize()
LCD_GetXSize()
uint32_t
all items filtered out