Asynchronous LCD Driver

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

Asynchronous LCD Driver

Jump to solution
983 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
665 Views
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

View solution in original post

0 Kudos
1 Reply
666 Views
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 Kudos