i.MX7 LCD Pinout

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,051件の閲覧回数
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 解決策
3,038件の閲覧回数
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 返答(返信)
3,039件の閲覧回数
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

2,160件の閲覧回数
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 件の賞賛
返信
3,033件の閲覧回数
oneil
Contributor II
Thank you Ritesh, this is exactly what I was looking for.
0 件の賞賛
返信