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.
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.
Solved! Go to Solution.
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------
Thanks for your reply Igor.