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 a0df56c commit 9efd1f8Copy full SHA for 9efd1f8
adafruit_display_text/scrolling_label.py
@@ -71,7 +71,7 @@ def __init__(
71
text = f"{text} "
72
self._full_text = text
73
74
- self.update()
+ self.update(True)
75
76
def update(self, force: bool = False) -> None:
77
"""Attempt to update the display. If ``animate_time`` has elapsed since
0 commit comments