kh_ong
October 16, 2020, 8:07am
1
Hi,
I need to attach a 3.5" LCD to my system (using Colibri iMX8x). Due to pin count constraint, I chosen SPI interface instead of 24-bit RGB parallel interface.
I would like to ask if there is existing Linux driver/BSP that my application code can use to display data to the LCD?
Thank you very much.
What exact hardware (module, carrier board and display) and software versions of things are you talking about?
kh_ong
October 19, 2020, 3:41am
3
Hi Marcel, below is the info:
Module: Colibri iMX8 QuadXPlus 2GB
Carrier Board: Colibri Evaluation Board
Display: 3.5" TFT LCD (Access to this page has been denied. )
Software: BSP 5 from Toradex
Note that we may create our own carrier board and implement a Yocto Layer to suit our application need.
Hi @kh_ong , there is the FBTFT project out there for SPI-TFT displays, but I’m not sure if these are mainline at all. However, feel free to use:
Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
Kind regards,
Alvaro.