adafruit / Adafruit_CircuitPython_DisplayIO_SH1106

CircuitPython library for SH1106 OLED displays
MIT License
4 stars 4 forks source link

Where is the I2C support? #16

Closed AustrianLinuxMemer closed 2 months ago

AustrianLinuxMemer commented 9 months ago

The SH1106 does have support for both I2C and SPI, but all what i see is a library to communicate with the chip via SPI but i have a module that i can only connect with I2C to my microcontroller.