Asynchronous LCD Driver

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

Asynchronous LCD Driver

跳至解决方案
1,094 次查看
JohnMcCosh
Contributor II

Has anyone used an i.MX535 with an asynchronous LCD module?  The 320 x 240 TFT LCD that I would like to use has a 16 bit bus (8080) interface utilizing the Himax HX8347G controller.  A driver would be really helpfull.

Thanks,

John

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
776 次查看
rogerio_silva
NXP Employee
NXP Employee

There isn't any driver for hx8347G available, but you can use the existent async driver for epson display as a base for your driver development.

On kernel menuconfig, you can find it at:

     -> Device Drivers

       -> Graphics support

         -> MXC Framebuffer support

           -> Asynchronous Panels

             -> Asynchronous Panel Type

                  [ ] Epson 176x220 Panel

The source code file is:

linux/drivers/video/mxc/mxcfb_epson.c

Rgds

Rogerio

在原帖中查看解决方案

0 项奖励
回复
1 回复
777 次查看
rogerio_silva
NXP Employee
NXP Employee

There isn't any driver for hx8347G available, but you can use the existent async driver for epson display as a base for your driver development.

On kernel menuconfig, you can find it at:

     -> Device Drivers

       -> Graphics support

         -> MXC Framebuffer support

           -> Asynchronous Panels

             -> Asynchronous Panel Type

                  [ ] Epson 176x220 Panel

The source code file is:

linux/drivers/video/mxc/mxcfb_epson.c

Rgds

Rogerio

0 项奖励
回复