From 7dc5e750f40fdac5e457a557653827916310ec09 Mon Sep 17 00:00:00 2001 From: Kattni Date: Sat, 15 Dec 2018 13:28:34 -0500 Subject: [PATCH] Updating README for archiving --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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).