Skip to content

Commit ec28d2a

Browse files
committed
Update header docs to previous release
1 parent 704744f commit ec28d2a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

adafruit_display_text/label.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,21 @@
2222
"""
2323
`adafruit_display_text.label`
2424
====================================================
25+
2526
Displays text labels using CircuitPython's displayio.
27+
2628
* Author(s): Scott Shawcroft
29+
2730
Implementation Notes
2831
--------------------
32+
2933
**Hardware:**
34+
3035
**Software and Dependencies:**
36+
3137
* Adafruit CircuitPython firmware for the supported boards:
3238
https://github.com/adafruit/circuitpython/releases
39+
3340
"""
3441

3542
import displayio
@@ -45,7 +52,7 @@ class Label(displayio.Group):
4552
it will try to have it be center-left as close as possible.
4653
4754
: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.
4956
:param str text: Text to display
5057
:param int max_glyphs: The largest quantity of glyphs we will display
5158
:param int color: Color of all text in RGB hex

0 commit comments

Comments
 (0)