i.mx233 LCD Configuration to 18-bit from 24-bit:

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

i.mx233 LCD Configuration to 18-bit from 24-bit:

Jump to solution
1,326 Views
GopiNagaBharath
Contributor IV

Hello,

Has anyone used the i.mX233 CPU with 18-bit RGB [6:6:6] LCD Interface??

The default configuration [for the EVK Board] is 24-Bit. How can we configure the Display interface to 18-bit??

What modifications are required in the sources to achieve the 18-bit RGB Interface?

Regards,

Gopi

Tags (1)
0 Kudos
1 Solution
792 Views
GopiNagaBharath
Contributor IV

Hello,

I have fixed this issue by setting the below mentioned.

LCD_DATABUS_WIDTH = 18-Bit

WORD_LENGTH = 24-Bit

BYTE_PACKING_FORMAT = 0x07

Regards,

Gopi

View solution in original post

0 Kudos
3 Replies
793 Views
GopiNagaBharath
Contributor IV

Hello,

I have fixed this issue by setting the below mentioned.

LCD_DATABUS_WIDTH = 18-Bit

WORD_LENGTH = 24-Bit

BYTE_PACKING_FORMAT = 0x07

Regards,

Gopi

0 Kudos
792 Views
jimmychan
NXP TechSupport
NXP TechSupport
0 Kudos
792 Views
GopiNagaBharath
Contributor IV

Hi,

Thanks for this.

But I am using the 18-bit RGB Interface on i.MX233 EVK itself. The LCD Card on the EVK has an optional connector, which gives out only the 18-bit RGB interface, which is compatible for the SMSUNG LMS430 on EVK Board.

I have tried connecting the LCD to 18-bit interface and changed the interface bus width to 18-bit RGB Interface. As a result, i found that the still images are shown properly, however, the videos are not played properly. When I play the video, the colour information is completely lost and the playback is blurred with different colors.

Do i have to do any other configurations for successfully using the 18-bit RGB Interface?? Below shown is the picture of video shown on the LCD.

iMX233_EVK_Issue_with_18bitRGBInterface.jpg

0 Kudos