This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA2P-ACD: LCD timing parameters

Part Number: TDA2P-ACD

Tool/software: TI-RTOS

Hi,

I would like to setup LCD on TDA2p to 1920x1080@30 fps. Can you send me required timing parameters for this configuration?

Is there anything else that I should change in order to get 1920x1080@30 fps (RGB888) except following:

pVInfo->mInfo.pixelClock = 78000U;
pVInfo->mInfo.fps = 32U;
pVInfo->mInfo.hBackPorch = 32U;
pVInfo->mInfo.hSyncLen = 16U;
pVInfo->mInfo.hFrontPorch = 112U;
pVInfo->mInfo.vBackPorch = 16U;
pVInfo->mInfo.vSyncLen = 2U;
pVInfo->mInfo.vFrontPorch = 17U;

This parameteres are for 1920x1200, can you send me same for 1920x1080.

Best Regards,

Stefan.