Interfacing SPI TFT LCD display to imx6

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

Interfacing SPI TFT LCD display to imx6

Jump to solution
4,612 Views
titusstalin
Contributor V

Hello Experts,

I need to interface the Serial SPI LCD display to custom imx6 board using Linux 4.1 kernel.

Here is my LCD display which is using ILI9488 controller, its also supports RGB interface but I need SPI interface as it uses lesser pins.

http://www.buydisplay.com/default/serial-spi-3-5-inch-tft-lcd-module-in-320x480-optl-touchscreen-ili... 

Any reference code or link to add the dts support and enable the SPI TFT LCD support in linux imx6 source.

Thanks for your help.

Regards,

Titus S.

Tags (3)
0 Kudos
1 Solution
2,587 Views
igorpadykov
NXP Employee
NXP Employee

Hi Titus

I am afraid such kind of lcd is not supported in nxp bsps, but

it may be useful to look at fbtft drivers resources for small lcds
https://github.com/notro/fbtft
https://github.com/notro/fbtft/blob/master/dts/rpi.dts

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
2,588 Views
igorpadykov
NXP Employee
NXP Employee

Hi Titus

I am afraid such kind of lcd is not supported in nxp bsps, but

it may be useful to look at fbtft drivers resources for small lcds
https://github.com/notro/fbtft
https://github.com/notro/fbtft/blob/master/dts/rpi.dts

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
2,587 Views
titusstalin
Contributor V

Thanks for your reply Igor.

0 Kudos