notro / fbtft

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
1.86k stars 494 forks source link

Possible to have two LCDs displaying same content? #322

Closed digitalman2112 closed 8 years ago

digitalman2112 commented 9 years ago

Is it possible to have two LCDs displaying the same content? I have an application that requires a small lcd on either side of a partition showing the same video, and didnt know if this was possible either by simply branching the SPI signals or through driver configuration.

notro commented 9 years ago

I don't see any problem in connecting 2 similar displays to the same SPI Chip Select line (don't connect MISO). Except for fb_ili9320, no driver tries to read from the controller, and even that doesn't affect functionality.

notro commented 8 years ago

Closing old issues, reopen if needed.