Skip to content

Commit 12fd2b1

Browse files
authored
Merge pull request #33 from theacodes/patch-1
Make it clear that this driver is for the framebuf interface
2 parents c997737 + 050f050 commit 12fd2b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Introduction
1515

1616
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.
1717

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.
18+
This driver implements the `adafruit_framebuf interface <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>`__. It 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.
1919

2020

2121
Dependencies
@@ -65,6 +65,9 @@ Usage Example
6565
display.show()
6666
6767
68+
More examples and details can be found in the `adafruit_framebuf docs <https://circuitpython.readthedocs.io/projects/framebuf/en/latest>`__.
69+
70+
6871
Contributing
6972
============
7073

0 commit comments

Comments
 (0)