Skip to content

Commit

Permalink
add docs link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Oct 25, 2021
1 parent 48f9ec3 commit a6306d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ Usage Example
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs, reset=tft_reset, baudrate=1000000)
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=128, height=64)
Documentation
=============

API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/displayio_ssd1306/en/latest/>`_.

Contributing
============

Expand Down

0 comments on commit a6306d2

Please sign in to comment.