Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The source code for the driver is included with the Vitis Unified Software Platform installation, as well as being available in the Xilinx Github repository. 

Driver Name

Path in Vitis

Path in Github

tft

<Vitis Install Directory>/data/embedded/XilinxProcessorIPLib/drivers/tft

https://github.com/Xilinx/embeddedsw/tree/master/XilinxProcessorIPLib/drivers/tft

Note: To view the sources for a particular release, use the rel-version tag in github.  For example, for the 2021.1 release, the proper version of the code is: https://github.com/Xilinx/embeddedsw/tree/xilinx_v2021.1/XilinxProcessorIPLib/drivers/tft

The driver source code is organized into different folders.  The table below shows the clockps driver source organization. 

Directory

Description

doc

Provides the API and data structure details

data

Driver .tcl, .mdd and .yaml file

examples

Example applications that show how to use the driver features

src

Driver source files, make and cmakelists file

Note: AMD Xilinx embeddedsw build flow is changed from 2023.2 release to adapt to the new system device tree based flow. For further information, refer to the wiki page Porting embeddedsw components to system device tree (SDT) based flow - Xilinx Wiki - Confluence (atlassian.net).

...

Examples Path:
https://github.com/Xilinx/embeddedsw/tree/master/XilinxProcessorIPLib/drivers/tft

Test Name

Example Source

Description

Tft example

https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/tft/examples/xtft_example.c

As an example to

Write a character and write a string of characters , draw a line and turn ON/OFF the TFT Device

Example Application Usage

...

Tft example writes a character and draws a line.

Expected Output

Code Block
Successfully ran Tft Example

Example Design Architecture

...

Performance

NA

Change Log

2024.2

None

2024.1

None

Related Links

...