Best interface to drive LCD display

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

Best interface to drive LCD display

Jump to solution
487 Views
jeffdev
Contributor I

I would like to drive the following display:

http://www.j-display.com/product/pdf/LPM010R030B_v1.pdf

It uses 6-bit RGB interface.  Can someone recommend the best interface on the K22 to do this?  I do not want to do bit-bang or require software handling after every pixel/line.  I would like to have the entire screen data in an array and have the hardware handle the entire transfer.  I assume Flexbus should be used but I'm not sure how to setup it up without using the address bus.  Thanks for any info.

Labels (1)
0 Kudos
1 Solution
387 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Jeff,

What you try to do is not possible using Flexbus because you need the address bus. You may need a LCD controller module. Our Kinetis K70 devices provide LCD controller. PLease see below.

K70_120 |Kinetis K70 120/150 MHz MCUs|Freescale

Best regards,

Carlos

View solution in original post

0 Kudos
2 Replies
388 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Jeff,

What you try to do is not possible using Flexbus because you need the address bus. You may need a LCD controller module. Our Kinetis K70 devices provide LCD controller. PLease see below.

K70_120 |Kinetis K70 120/150 MHz MCUs|Freescale

Best regards,

Carlos

0 Kudos
387 Views
jeffdev
Contributor I

Thanks for the info.  I was hoping there would be some workaround to get Flexbus to work.  I will look at the K70.

0 Kudos