MityDSP Documentation Index

MityDSP::tcDspLcd::tsLCDConfig Struct Reference

LCD timing configuration structure. More...

#include <DspLcd.h>

List of all members.

Public Attributes

unsigned int mnHSyncToVSync
 HSYNC to VSYNC in pixel clocks (max 16).
unsigned int mnWidth
 active width in pixels (max 4095)
unsigned int mnHeight
 Height (max 4095).
unsigned int mnHORBackPorch
 Back Porch (max 255).
unsigned int mnHORSyncWidth
 Sync Width (max 255).
unsigned int mnHORFrontPorch
 Front Porch (max 15).
unsigned int mnVERTBackPorch
 Back Porch (max 255).
unsigned int mnVERTSyncWidth
 Sync Width (max 15).
unsigned int mnVERTFrontPorch
 Front Porch (max 255).
bool mbInvertPixelClock
 when true, invert pixel clock
bool mbInvertDataEnable
 when true, invert data enable
bool mbInvertHSync
 when true, invert Horizontal sync
bool mbInvertVSync
 when true, invert vertical sync
bool mbLCDCompositeSync
 when true, use composite sync of XOR of HSync and VSync
bool mbInvertHScan
 when true, default scan direction is reversed (if supported by panel)
bool mbInvertVScan
 when true, default scan direction is reversed (if supported by panel)

Detailed Description

LCD timing configuration structure.

These values may be overridden by the user during construction of the tcDspLcd class. The pixel clock is dependent on the hardware serializer design. See the available timings in DspLcdTimings.h


Member Data Documentation

HSYNC to VSYNC in pixel clocks (max 16).

active width in pixels (max 4095)

Height (max 4095).

Back Porch (max 255).

Sync Width (max 255).

Front Porch (max 15).

Back Porch (max 255).

Sync Width (max 15).

Front Porch (max 255).

when true, invert pixel clock

when true, invert data enable

when true, invert Horizontal sync

when true, invert vertical sync

when true, use composite sync of XOR of HSync and VSync

when true, default scan direction is reversed (if supported by panel)

when true, default scan direction is reversed (if supported by panel)


  
Generated on Fri Sep 23 16:33:51 2011 for MityDSP Core by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.