Best interface to drive LCD display

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Best interface to drive LCD display

跳至解决方案
502 次查看
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.

标签 (1)
0 项奖励
1 解答
402 次查看
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 项奖励
2 回复数
403 次查看
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 项奖励
402 次查看
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 项奖励