tft
Xilinx SDK 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

◆ BgColor

u32 XTft::BgColor

Background Color.

Referenced by XTft_CfgInitialize(), XTft_ClearScreen(), XTft_Scroll(), and XTft_SetColor().

◆ ColVal

u32 XTft::ColVal

◆ FgColor

u32 XTft::FgColor

Foreground Color.

Referenced by XTft_CfgInitialize(), and XTft_SetColor().

◆ IsReady

◆ RowVal

u32 XTft::RowVal

◆ TftConfig

XTft_Config XTft::TftConfig