You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-3
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,7 @@ Introduction
15
15
16
16
Adafruit CircuitPython driver for SSD1306 or SSD1305 OLED displays. Note that SSD1305 displays are back compatible so they can be used in-place of SSD1306 with the same code and commands.
17
17
18
-
This driver is based on the SSD1306 driver in the MicroPython source but differs
19
-
by supporting hardware I2C interfaces and Adafruit CircuitPython API. For a
20
-
MicroPython machine API compatible library see: https://github.com/adafruit/micropython-adafruit-ssd1306
18
+
This is **not** the `displayio` driver for the SSD1306. See the `Adafruit CircuitPython DisplayIO SSD1306 <https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306/>`_ driver for `displayio` support.
0 commit comments