LCD 8-bit bus/RGB565 support

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

LCD 8-bit bus/RGB565 support

Jump to solution
1,112 Views
jonver
Contributor II

Hello,

I wonder if an LCD with an 8-bit bus and RGB565 color space is supported in any i.MX product (preferably i.MX6UL).

A pixel is represented by an 16-bit number on the 8-bit bus, so 2 clocks are needed to drive 1 pixel. An example of such LCD is ili9335.

If this is supported:

1) how do I wire this

2) how do I load the driver

I'm using Yocto as operating system and have the DART-6UL demo board.

Thanks!

Jonathan

1 Solution
697 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

i80 interface display driver patch is also ready for iMX6UL:

https://community.nxp.com/docs/DOC-331754

View solution in original post

2 Replies
698 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

i80 interface display driver patch is also ready for iMX6UL:

https://community.nxp.com/docs/DOC-331754

697 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jonathan

seems i80 ili9335 could be supported by i.MX6UL according to

Table 32-3. Pin use in MPU Mode and VSYNC Mode i.MX6UL Reference Manual

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

8080 mode driver example

Patch for i.MX28's 8080 mode Lcd panel driver | NXP Community 

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