iMX283 - LCDIF pinout

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

iMX283 - LCDIF pinout

Jump to solution
1,329 Views
gonfer
Contributor V

Maybe I'm getting blind but I'm not able to find the iMX283 LCDIF pinout - I mean, what's is the correspondence between (LCD_D0 ... LCD_D23) and (R0..R7/G0..G7/B0..B7) for 16/18/24 bits?

TIA,

Gonzalo.

Labels (2)
Tags (1)
0 Kudos
1 Solution
709 Views
Yuri
NXP Employee
NXP Employee

Please take a look at section 33.2.2 (Write Datapath) of the i.MX28 Reference Manual
for details regarding pixel data from frame buffer to LCD path. Data of the frame buffer
will be mapped to external LCD bus pins.


The following is EVK approach :

LCD00  Blue 0  (LSB)

LCD07  Blue 7  (MSB)


LCD08  Green 0  (LSB)

LCD15  Green 7  (MSB)


LCD16  Red 0  (LSB)

LCD23  Red 7  (MSB)

View solution in original post

0 Kudos
2 Replies
710 Views
Yuri
NXP Employee
NXP Employee

Please take a look at section 33.2.2 (Write Datapath) of the i.MX28 Reference Manual
for details regarding pixel data from frame buffer to LCD path. Data of the frame buffer
will be mapped to external LCD bus pins.


The following is EVK approach :

LCD00  Blue 0  (LSB)

LCD07  Blue 7  (MSB)


LCD08  Green 0  (LSB)

LCD15  Green 7  (MSB)


LCD16  Red 0  (LSB)

LCD23  Red 7  (MSB)

0 Kudos
709 Views
gonfer
Contributor V

Yuri, thanks for pointing the EVK approach - that has saved me a lot of time !!!!

Gonzalo.

0 Kudos