diff --git a/adafruit_display_text/bitmap_label.py b/adafruit_display_text/bitmap_label.py index 5769325..1cfaaaa 100755 --- a/adafruit_display_text/bitmap_label.py +++ b/adafruit_display_text/bitmap_label.py @@ -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: @@ -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 diff --git a/adafruit_display_text/label.py b/adafruit_display_text/label.py index f10f19b..497eeda 100755 --- a/adafruit_display_text/label.py +++ b/adafruit_display_text/label.py @@ -18,7 +18,7 @@ **Software and Dependencies:** * Adafruit CircuitPython firmware for the supported boards: - https://github.com/adafruit/circuitpython/releases + https://circuitpython.org/downloads """ diff --git a/docs/index.rst b/docs/index.rst index 603a3f2..5941227 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,6 +23,10 @@ Table of Contents .. toctree:: :caption: Tutorials + CircuitPython Display_Text Library + + Custom Fonts for CircuitPython Displays + .. toctree:: :caption: Related Products