From 26823a9f9f68791a8e897c97ffc283c787aa173b Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 25 Jul 2019 18:16:54 -0700 Subject: [PATCH] Update README * Remove link to archived MicroPython driver. * Add link to CircuitPython DisplayIO driver. --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 166a374..cbfc0f3 100644 --- a/README.rst +++ b/README.rst @@ -15,9 +15,7 @@ Introduction 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. -This driver is based on the SSD1306 driver in the MicroPython source but differs -by supporting hardware I2C interfaces and Adafruit CircuitPython API. For a -MicroPython machine API compatible library see: https://github.com/adafruit/micropython-adafruit-ssd1306 +This is **not** the `displayio` driver for the SSD1306. See the `Adafruit CircuitPython DisplayIO SSD1306 `_ driver for `displayio` support. Dependencies