File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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"""
2525try :
@@ -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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments