Skip to content

Commit 11bf02c

Browse files
authored
Merge pull request #151 from jposada202020/updating_docs
adding_learning guides and_updating_circuitpython_reference Thanks @jposada202020!
2 parents d863924 + 635d512 commit 11bf02c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

adafruit_display_text/bitmap_label.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
**Software and Dependencies:**
2020
2121
* Adafruit CircuitPython firmware for the supported boards:
22-
https://github.com/adafruit/circuitpython/releases
22+
https://circuitpython.org/downloads
2323
2424
"""
2525
try:
@@ -53,7 +53,7 @@ class Label(LabelBase):
5353
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
5454
Must include a capital M for measuring character size.
5555
:param str text: Text to display
56-
:param int max_glyphs: Unnecessary parameter (provided only for direct compability
56+
:param int max_glyphs: Unnecessary parameter (provided only for direct compatibility
5757
with label.py)
5858
:param int color: Color of all text in RGB hex
5959
:param int background_color: Color of the background, use `None` for transparent

adafruit_display_text/label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
**Software and Dependencies:**
1919
2020
* Adafruit CircuitPython firmware for the supported boards:
21-
https://github.com/adafruit/circuitpython/releases
21+
https://circuitpython.org/downloads
2222
2323
"""
2424

docs/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

26+
CircuitPython Display_Text Library <https://learn.adafruit.com/circuitpython-display_text-library>
27+
28+
Custom Fonts for CircuitPython Displays <https://learn.adafruit.com/custom-fonts-for-pyportal-circuitpython-display>
29+
2630
.. toctree::
2731
:caption: Related Products
2832

0 commit comments

Comments
 (0)