Skip to content

Commit defa938

Browse files
authored
Merge pull request #38 from makermelissa/main
Provide missing parameter to RTD
2 parents 7b0b740 + 61ca7fc commit defa938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_portalbase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ def add_text(
170170
:param (float,float) text_anchor_point: Values between 0 and 1 to indicate where the text
171171
position is relative to the label
172172
:param bool is_data: If True, fetch will attempt to update the label
173+
:param str text: If this is provided, it will set the initial text of the label.
174+
173175
"""
174176
if not text_wrap:
175177
text_wrap = 0

0 commit comments

Comments
 (0)