From c26006108eb5ee0bdb4daf644f7174f911f69355 Mon Sep 17 00:00:00 2001 From: ladyada Date: Tue, 25 Dec 2018 17:21:31 -0500 Subject: [PATCH] clarify SSD1305 works too --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 71cae21..503f550 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Introduction :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_SSD1306 :alt: Build Status -Adafruit CircuitPython driver for SSD1306 OLED displays. +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