Support connect LCD dispaly to iMX 6

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

Support connect LCD dispaly to iMX 6

1,115 Views
shai_b
Senior Contributor II

Hello team,

My customer needs your support starting communication between iMX 6 MPU and LCD display 4DLCD-28320240-[RTP] that uses ili9341v driver.

Today they are working iMX SoM VisionCB-6ULL-STD EVB. 

It seems that they need to add ili9341v driver in the Linux kernel (Debian 10 OS) and to change the device tree - and but they not sure how to do this?

Also, they need to adapt wires of mentioned above LCD to TFT LCD connector in EVB - How to connect correctly?

in the below links you can find the datasheet of LCD & EVB

EVB - https://somlabs.com/wp-content/uploads/VisionCB-STD-Datasheet-and-Pinout-v1-0.pdf

LCD - http://4dlcd.com/specs/4DLCD-28320240-Spec-V1.0-update%202018-07-10.pdf

Could you please advise/guide us on how to perform this action?

Your supports are highly appreciated.

Thanks in advance

Kind regards,

Shai

Labels (3)
Tags (2)
0 Kudos
3 Replies

1,030 Views
igorpadykov
NXP Employee
NXP Employee

Hi Shai

for lcd connections one can look at Table 32-3. Pin use in MPU Mode

i.MX 6UltraLite Applications Processor Reference Manual

as for software one can look at below patch (no need for ili9341v driver as it

already provides mpu interface for that lcd):

Patch to support MPU 8080 LCD on iMX6UL and iMX7D 

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

1,030 Views
shai_b
Senior Contributor II

Hello Igor,

Thanks for your inputs, the customer will test.

second thing,  they also want to connect to this board another smaller LCD from Tianjin Right Display Technology Co., Ltd.

model ZX T20007 AA0 (datasheet attached).

Could you give us instructions for it as well?

Thanks in advance and regards,

Shai

0 Kudos

1,030 Views
igorpadykov
NXP Employee
NXP Employee

Hi Shai

this lcd can be used in DOTCLK mode, one can test it in uboot

adjusting timings in structure const displays[]

mx6ul_14x14_evk.c\mx6ul_14x14_evk\freescale\board - uboot-imx - i.MX U-Boot 

Best regards
igor

0 Kudos