Skip to content

Commit a6306d2

Browse files
committed
add docs link to readme
1 parent 48f9ec3 commit a6306d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ Usage Example
7575
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs, reset=tft_reset, baudrate=1000000)
7676
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=128, height=64)
7777
78+
Documentation
79+
=============
80+
81+
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/displayio_ssd1306/en/latest/>`_.
82+
7883
Contributing
7984
============
8085

0 commit comments

Comments
 (0)