rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
315 stars 70 forks source link

Configurable I2C address #199

Closed JohnTheCoolingFan closed 1 year ago

JohnTheCoolingFan commented 1 year ago

Description of the problem/feature request/other

Some modules allow changing teh address by switchign the jumpers on the back, potentially even allowing multiple displays at once. Having an ability to set the address is needed.

This is not a duplicate

This may seem like a duplicate of #12 but current version seems to lack that feature.

JohnTheCoolingFan commented 1 year ago

Ah, no, it is configurable in I2CDisplayInterface. Hope this will at least be helpful for people looking for the solution