lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
664 stars 127 forks source link

Support multiple oled displays running at once #28

Closed lexus2k closed 5 years ago

lexus2k commented 6 years ago

Support multiple oled displays running at once.

lexus2k commented 6 years ago

Due to low resources on Atmega microchips, the best way to support multiple OLED displays in single system it to add special switching function to switch i2c addr / spi ce contol, when working with specific display.

lexus2k commented 5 years ago

Multiple oled displays are supported in version 2.0.0 on dev branch

lexus2k commented 5 years ago

No plans to support multiple displays in 1.X.X