We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c6a8e commit f13e135Copy full SHA for f13e135
adafruit_matrixportal/matrixportal.py
@@ -144,7 +144,7 @@ def add_text(
144
line_spacing=1.25,
145
text_anchor_point=(0, 0.5),
146
is_data=True,
147
- text=None
+ text=None,
148
):
149
"""
150
Add text labels with settings
@@ -191,7 +191,7 @@ def add_text(
191
line_spacing=line_spacing,
192
text_anchor_point=text_anchor_point,
193
is_data=is_data,
194
- text=text
+ text=text,
195
)
196
197
self._text[index]["scrolling"] = scrolling
0 commit comments