Asynchronous LCD Driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Asynchronous LCD Driver

ソリューションへジャンプ
1,203件の閲覧回数
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 解決策
885件の閲覧回数
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 返信
886件の閲覧回数
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 件の賞賛
返信