MityDSP Documentation Index
Public Attributes
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

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnHSyncToVSync

HSYNC to VSYNC in pixel clocks (max 16)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnWidth

active width in pixels (max 4095)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnHeight

Height (max 4095)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnHORBackPorch

Back Porch (max 255)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnHORSyncWidth

Sync Width (max 255)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnHORFrontPorch

Front Porch (max 15)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnVERTBackPorch

Back Porch (max 255)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnVERTSyncWidth

Sync Width (max 15)

unsigned int MityDSP::tcDspLcd::tsLCDConfig::mnVERTFrontPorch

Front Porch (max 255)

bool MityDSP::tcDspLcd::tsLCDConfig::mbInvertPixelClock

when true, invert pixel clock

bool MityDSP::tcDspLcd::tsLCDConfig::mbInvertDataEnable

when true, invert data enable

bool MityDSP::tcDspLcd::tsLCDConfig::mbInvertHSync

when true, invert Horizontal sync

bool MityDSP::tcDspLcd::tsLCDConfig::mbInvertVSync

when true, invert vertical sync

bool MityDSP::tcDspLcd::tsLCDConfig::mbLCDCompositeSync

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

bool MityDSP::tcDspLcd::tsLCDConfig::mbInvertHScan

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

bool MityDSP::tcDspLcd::tsLCDConfig::mbInvertVScan

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


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