olikraus / u8glib

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

Multiple screens support #489

Closed AbanoubMamdouh closed 5 years ago

AbanoubMamdouh commented 5 years ago

Hello, Thank you very much for your amazing work. I am working on a project where I want to use 2 ST7920 screens together. Up until now, I haven't found any way to do that. Is there a way to make them work together at the same time?

olikraus commented 5 years ago

Shouldn't be a problem. Did you had a look into FAQ?

AbanoubMamdouh commented 5 years ago

Thank you very much! Found it! In case someone needs it, here is the link: https://github.com/olikraus/u8g2/blob/master/doc/faq.txt#L226