LCD RGB issue in imx6solo android 4.4.3

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

LCD RGB issue in imx6solo android 4.4.3

628 Views
aravinthkumarja
Senior Contributor II

Hi all,

I'm using LCD RGB666, On my screen Blue showing as Red and Red showing as Blue. How to make it proper??

Regards,

Aravinth

0 Kudos
2 Replies

429 Views
igorpadykov
NXP Employee
NXP Employee

Hi Aravinth

one can try to remap signals using sect.37.4.7.5.1 Bus Mapping Unit i.MX6DQ Reference Manual

http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

429 Views
varunjeevangoud
Contributor I

Hi,

same issue here. we are using RGB666 and 16 bpp. The red color & blue colors are swapped but the image is clear. The pads are configured as per the hardware design based on reference manual.

we tried to swap Red & Blue in mxcfb_pfmt in mxc_ipuv3_fb.c 

  {IPU_PIX_FMT_RGB565, 16, {0, 5, 0}, { 5, 6, 0}, { 11, 5, 0}, { 0, 0, 0} }  . But the display goes blank.

Appreciate your help.

0 Kudos