i.MX7 LCD Pinout

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

i.MX7 LCD Pinout

跳至解决方案
2,370 次查看
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!

 

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
2,357 次查看
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

在原帖中查看解决方案

3 回复数
2,358 次查看
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

1,479 次查看
Bela1
Contributor III

Dear riteshmpatel,

I have the same question, but with 24 bit LCD interface.

Shall I estimate, that the signals are as follows here:

LCD_DATA[00-07] = B[0-7]

LCD_DATA[08-15]=G[0-7]

LCD_DATA[16-23]=R[0-7] ?

I mean LCD_DATA[00] = B0, LCD_DATA[01]= B1, .... and LCD_DATA[22]=R6, LCD_DATA23=R7, correspondingly. Am I correct?

Where can I find a concrete declaration of these signals in the documentation? I cannot find it either in the datasheet nor in the reference manual.

0 项奖励
回复
2,352 次查看
oneil
Contributor II
Thank you Ritesh, this is exactly what I was looking for.
0 项奖励
回复