Connecting LCD-Display with ILI9341 Chip

Started by Chris, January 24, 2015, 03:28:04 AM

Previous topic - Next topic

Chris

Anybody experience with this topic? Connection? Driver? Library?

swahren

Hi Chris,

the current linux-next seems to contain a FB driver for this chip:

Patch

Wiki

The connection is done by SPI on the UEXT connector.

Before usage you need to specify the display as a spi node in the devicetree of your board.

Good luck

Stefan

lambda

Hi,

I have started some work on packageing fbtft (and fbcon) in openwrt. (Personally
I'm mostly interested in getting MOD-LCD3310 supported.)

This will take a while (think of kernel release schedules for one thing), but
if somebody is using the same approach, maybe we can share the effort ...

HTH,
Harald