Skip to content

Commit 4acafa4

Browse files
author
Margaret Matocha
committed
Added black line at row 46, per recommendation of foamyguy
1 parent a1c4859 commit 4acafa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Label(displayio.Group):
4343
properties will be the left edge of the bounding box, and in the center of a M
4444
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
4545
it will try to have it be center-left as close as possible.
46+
4647
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
4748
Must include a capital M for measuring character size.
4849
:param str text: Text to display

0 commit comments

Comments
 (0)