How do you interface an LCD to the iMX233?

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

How do you interface an LCD to the iMX233?

跳至解决方案
3,294 次查看
davide
Contributor I

Hi, I have an Olimex iMX233 Maxi and I am trying to connect a color LCD to it.  This is the LCD that I am using, and it uses this LCD controller internally.  I would like to use the 80-system 8-bit interface to talk to the LCD, but I have no idea where to begin to start configuring the iMX233 for this.  I am currently running Arch Linux 2.6.35, but I am open to running other distributions if they make it easier. 

I already have the LCD wired up to the board, I'm just not sure how to configure Linux to drive the LCD.  Any ideas?

标签 (3)
0 项奖励
回复
1 解答
1,938 次查看
MarekVasut
Senior Contributor I

Maybe check here : iMX233-OLinuXino with LCD 4.3″ and touchscreen « olimex

Basically you want to configure PINMUX properly (or PINCTRL). Then you want to pass correct configuration data to the LCD controller (look at the driver in drivers/video/mxs_* )

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,939 次查看
MarekVasut
Senior Contributor I

Maybe check here : iMX233-OLinuXino with LCD 4.3″ and touchscreen « olimex

Basically you want to configure PINMUX properly (or PINCTRL). Then you want to pass correct configuration data to the LCD controller (look at the driver in drivers/video/mxs_* )

0 项奖励
回复