LcdDrv is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

LcdDrv variable

Syntax

static LCD_DrvTypeDef *LcdDrv;

References

LocationReferrerText
BoardConfiguration.cpp:87
static LCD_DrvTypeDef *LcdDrv;
BoardConfiguration.cpp:92LCD_GetXSize()
return LcdDrv->GetLcdPixelWidth();
BoardConfiguration.cpp:101LCD_GetYSize()
return LcdDrv->GetLcdPixelHeight();
BoardConfiguration.cpp:290LCD_Init()
LcdDrv = &ili9341_drv;
BoardConfiguration.cpp:293LCD_Init()
LcdDrv->Init();

Data Use

Functions writing LcdDrv
Functions reading LcdDrv
all items filtered out
LcdDrv
Type of LcdDrv
LcdDrv
LCD_DrvTypeDef
all items filtered out