File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
22
"""
23
23
`adafruit_display_text.label`
24
24
====================================================
25
+
25
26
Displays text labels using CircuitPython's displayio.
27
+
26
28
* Author(s): Scott Shawcroft
29
+
27
30
Implementation Notes
28
31
--------------------
32
+
29
33
**Hardware:**
34
+
30
35
**Software and Dependencies:**
36
+
31
37
* Adafruit CircuitPython firmware for the supported boards:
32
38
https://github.com/adafruit/circuitpython/releases
39
+
33
40
"""
34
41
35
42
import displayio
@@ -45,7 +52,7 @@ class Label(displayio.Group):
45
52
it will try to have it be center-left as close as possible.
46
53
47
54
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
48
- Must include a capital M for measuring character size.
55
+ Must include a capital M for measuring character size.
49
56
:param str text: Text to display
50
57
:param int max_glyphs: The largest quantity of glyphs we will display
51
58
:param int color: Color of all text in RGB hex
You can’t perform that action at this time.
0 commit comments