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 e0dba27 commit 593211dCopy full SHA for 593211d
adafruit_display_text/scrolling_label.py
@@ -38,7 +38,7 @@ class ScrollingLabel(bitmap_label.Label):
38
39
:param font: The font to use for the label.
40
:param max_characters: The number of characters that sets the fixed-width. Default is 10.
41
- :param full_text: The full text to show in the label. If this is longer than
+ :param text: The full text to show in the label. If this is longer than
42
`max_characters` then the label will scroll to show everything.
43
:param animate_time: The number of seconds in between scrolling animation
44
frames. Default is 0.3 seconds.
0 commit comments