Parallel RGB on IMXRT1176

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Parallel RGB on IMXRT1176

1,783 次查看
Devaharsha
Contributor III

Hi,

I am using NXPs IMXRT1170-EVK board. I want to use LCDIFv2 for a parallel RGB supported panel. With the SDK example - LCDIFv2/rgb565, its using MIPI interface with LCDIFv2. 

Is this the only change -

VIDEO_MUX->VID_MUX_CTRL.SET = VIDEO_MUX_VID_MUX_CTRL_PARA_LCD_SEL_MASK;

and how are VSYNC, HSYNC, DOTCLOCK calculated?

Thanks

0 项奖励
回复
4 回复数

1,760 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

For more detailed information about how to configure these parameters please refer to the following application note: AN12940: Use Case of RT1170 LCD Display System based on MIPI DSI – Application Note (nxp.com)

Best regards,
Omar

0 项奖励
回复

1,749 次查看
Devaharsha
Contributor III

Hi,

I went through the document you suggested above. It has the formula of VSync and Hsync. But my query is how those values (VSW, VBP, VFP, HSW, HFP, HBP) are written.

I couldn't find those values in the panel driver (RK055MHD091 datasheet or HX8934F datasheet). Though I got minimum values that can be given to those parameters in the HX8934F datasheet. But the values that are used in the sd_jpeg examples are different. 

Thanks

0 项奖励
回复

653 次查看
abady1000
Contributor III

Hello @Devaharsha,

 

Were you able to run the video successfully?

I am trying to do the same, I can see the Clock, Vsync, Hsync, but I can't see the data!

How could data be driven out in parallel video?

Could you please share your code with me if it worked with you?

0 项奖励
回复

1,731 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

These values are obtained from the specific datasheet. In specific the datasheet contains some values: Microsoft Word - RK055MHD091A0-CTG.doc (nxp.com)
You should refer to the timing table and modify the macros value according to it.

Best regards,
Omar

0 项奖励
回复