i.MX7 LCD Pinout

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

i.MX7 LCD Pinout

Jump to solution
555 Views
oneil
Contributor II

I am looking at Table 13-3 in the i.MX7 DRM:

oneil_0-1676411591609.png

I would like to use 18-bit DOTCLK mode to interface with an RGB display. I am noticing that there is no color associated with the different LCD_DATAn signals. Is this because the pinout with respect to the pixel color can be arbitrarily defined? If not, which three groups of six pins correspond to R, G, and B?

 

Thanks!

 

Labels (1)
Tags (3)
0 Kudos
1 Solution
542 Views
riteshmpatel
NXP TechSupport
NXP TechSupport

Hi @oneil,

I hope you are doing well.

Please see the 18Bit LCD connections below:

LCD_DATA[17:12] = R[5:0]

LCD_DATA[11:6] = G[5:0]

LCD_DATA[5:0] = B[5:0]

Thanks & Regards,
Ritesh M Patel

View solution in original post

2 Replies
543 Views
riteshmpatel
NXP TechSupport
NXP TechSupport

Hi @oneil,

I hope you are doing well.

Please see the 18Bit LCD connections below:

LCD_DATA[17:12] = R[5:0]

LCD_DATA[11:6] = G[5:0]

LCD_DATA[5:0] = B[5:0]

Thanks & Regards,
Ritesh M Patel

537 Views
oneil
Contributor II
Thank you Ritesh, this is exactly what I was looking for.
0 Kudos