File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 19
19
**Software and Dependencies:**
20
20
21
21
* Adafruit CircuitPython firmware for the supported boards:
22
- https://github.com/adafruit/circuitpython/releases
22
+ https://circuitpython.org/downloads
23
23
24
24
"""
25
25
try :
@@ -53,7 +53,7 @@ class Label(LabelBase):
53
53
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
54
54
Must include a capital M for measuring character size.
55
55
: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
57
57
with label.py)
58
58
:param int color: Color of all text in RGB hex
59
59
:param int background_color: Color of the background, use `None` for transparent
Original file line number Diff line number Diff line change 18
18
**Software and Dependencies:**
19
19
20
20
* Adafruit CircuitPython firmware for the supported boards:
21
- https://github.com/adafruit/circuitpython/releases
21
+ https://circuitpython.org/downloads
22
22
23
23
"""
24
24
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Table of Contents
23
23
.. toctree ::
24
24
:caption: Tutorials
25
25
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
+
26
30
.. toctree ::
27
31
:caption: Related Products
28
32
You can’t perform that action at this time.
0 commit comments