Example Applications

This tutorial describes the demo applications included in the XMOS Dispaly Controller software component. Recommended Hardware describes the required hardware setups to run the demos.

app_display_controller_demo

This application demonstrates how the module is used write image data to the LCD screen whilst the the application has no real time constraints imposed on it by the lcd_module. The purpose of this application is to show how data is passed to the display_controller.

Application Notes

Getting Started

  1. Plug the XA-SK-LCD Slice Card into the ‘STAR’ slot of the Slicekit Core Board
  2. Plug the XA-SK-SDRAM Slice Card into the ‘TRIANGLE’ slot of the Slicekit Core Board
  3. Open app_display_controller_demo.xc and build the project.
  4. run the program ensuring that it is run from the project directory where the tga images are.

The output produced should look like a series of images transitioning on the LCD screen.

See Also