juj / fbcp-ili9341

A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero
MIT License
1.58k stars 265 forks source link

Multiple simultaneous SPI displays? #129

Open arianen opened 4 years ago

arianen commented 4 years ago

Hi there,

Just wondering if it was possible to use two or three different SPI displays with this driver? Ideally they would all have different things being displayed. Thanks!

juj commented 4 years ago

Theoretically it could be developed to support that, but currently such multi display functionality is not possible. It would need quite a bit of refactoring though.