olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 314 forks source link

multiple displays spi #393

Closed altermontrealiste closed 8 years ago

altermontrealiste commented 8 years ago

Hi ; I would like to have many st7735 tft screens in my project and was wondering how I could do it (with spi)...

I figure the clk, miso and mosi could be on the same pin, cs would not... don't know for the others

Has multiple instanciation of the tft object been tried?

thanks

olikraus commented 8 years ago

st7735 is not supported by u8glib. You can use uCglib instead.