tft
Vitis Drivers API Documentation
XTft Struct Reference

This structure is the base for whole of the operations that are to be performed on the TFT screen. More...

Data Fields

XTft_Config TftConfig
 Instance of Config Structure. More...
 
u32 IsReady
 Status of Instance. More...
 
u32 ColVal
 Column position. More...
 
u32 RowVal
 Row position. More...
 
u32 FgColor
 Foreground Color. More...
 
u32 BgColor
 Background Color. More...
 

Detailed Description

This structure is the base for whole of the operations that are to be performed on the TFT screen.

With this we will get a handle to the driver through which we access different members like base address, deviceID and using them we navigate, fill colors etc.

Field Documentation

u32 XTft::BgColor
u32 XTft::ColVal
u32 XTft::FgColor

Foreground Color.

Referenced by XTft_CfgInitialize(), XTft_SetColor(), and XTft_Write().

u32 XTft::RowVal
XTft_Config XTft::TftConfig