Skip to content

Commit

Permalink
Merge pull request #151 from jposada202020/updating_docs
Browse files Browse the repository at this point in the history
adding_learning guides and_updating_circuitpython_reference

Thanks @jposada202020!
  • Loading branch information
kmatch98 authored May 2, 2021
2 parents d863924 + 635d512 commit 11bf02c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adafruit_display_text/bitmap_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
**Software and Dependencies:**
* Adafruit CircuitPython firmware for the supported boards:
https://github.com/adafruit/circuitpython/releases
https://circuitpython.org/downloads
"""
try:
Expand Down Expand Up @@ -53,7 +53,7 @@ class Label(LabelBase):
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
Must include a capital M for measuring character size.
:param str text: Text to display
:param int max_glyphs: Unnecessary parameter (provided only for direct compability
:param int max_glyphs: Unnecessary parameter (provided only for direct compatibility
with label.py)
:param int color: Color of all text in RGB hex
:param int background_color: Color of the background, use `None` for transparent
Expand Down
2 changes: 1 addition & 1 deletion adafruit_display_text/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
**Software and Dependencies:**
* Adafruit CircuitPython firmware for the supported boards:
https://github.com/adafruit/circuitpython/releases
https://circuitpython.org/downloads
"""

Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Table of Contents
.. toctree::
:caption: Tutorials

CircuitPython Display_Text Library <https://learn.adafruit.com/circuitpython-display_text-library>

Custom Fonts for CircuitPython Displays <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>

.. toctree::
:caption: Related Products

Expand Down

0 comments on commit 11bf02c

Please sign in to comment.