rust-embedded-community / ssd1306

SSD1306 OLED driver
Apache License 2.0
299 stars 68 forks source link

Configurable I2C address #199

Closed JohnTheCoolingFan closed 11 months ago

JohnTheCoolingFan commented 11 months 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 11 months ago

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