diff --git a/README.rst b/README.rst index 9ac0bf1..0d4796c 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,12 @@ +DEPRECATED LIBRARY micropython-adafruit-ssd1306 +=============================================== + +This library has been deprecated! We are leaving this up for historical and research purposes but archiving the repository. + +We are now only supporting CircuitPython libraries. + +Check out this library if you're interested in using the SSD1306: https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 + MicroPython driver for SSD1306 OLED displays. This driver is based on the SSD1306 driver in the MicroPython source but differs by supporting hardware I2C interfaces (like on the SAMD21 MicroPython port).