Parallel RGB on IMXRT1176

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Parallel RGB on IMXRT1176

1,779 Views
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 Kudos
Reply
4 Replies

1,756 Views
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 Kudos
Reply

1,745 Views
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 Kudos
Reply

649 Views
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 Kudos
Reply

1,727 Views
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 Kudos
Reply