adafruit / Adafruit_Python_SSD1306

Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.
MIT License
542 stars 283 forks source link

multiple oled display to single raspberry pi #20

Closed rishikeshayre1310 closed 4 years ago

rishikeshayre1310 commented 6 years ago

Hello is it possible to interface multiple oled display through i2c. and if so what changes need to be done.

MarkFiechtner commented 6 years ago

I don't see a way to set the I2C address on the SSD1306 so you might need a unique I2C bus per device. You didn't say what type of processor board you are using so it would depend on your hardware. The 1306 data sheet is here if you want to look into it: https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf Good luck.

ladyada commented 4 years ago

hiya, this library is being deprecated - we have a similar library that works with Python3 and modern linux computers. please check out this guide for more info https://learn.adafruit.com/monochrome-oled-breakouts/python-wiring