MityDSP Documentation Index
tcDspLcd

Introduction

The tcDspLcd class provides access to a 16-bit color (5-6-5) display device. It is derived from the tcDspDisplayDriver base class to provide a consistent interface to the underlying frame buffer. Additional functions to set and get the display backlighting are provided. This driver in turn may be used to setup direct access to the device's frame buffer, or may be used in conjunction with the tcDisplay class.

A flag is provided to allow use with portrait or landscape devices.

See also:
MityDSP::tcDspLcd Class Reference
MityDSP::tcDspDisplayDriver Display Driver Base Class Reference

Example

This is a simple example of tcDspQvga16 creation and usage:

#define LCD_BASE 0xB0000480
{
tcDspLcd *mpLcdDisplay;
// create interface to QVGA display, and provide DMA access and channel
mpLcdDisplay = new tcDspLCd((void *)QVGA_DISPLAY_BASE);
// Usually used in conjunction with tcDspDisplay, see this class
// for example usage...
...
}

  
Generated on Mon Apr 22 2013 11:33:02 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.