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 593211d commit 5437378Copy full SHA for 5437378
examples/display_text_scrolling_label.py
@@ -8,7 +8,7 @@
8
9
text = "Hello world CircuitPython scrolling label"
10
my_scrolling_label = ScrollingLabel(
11
- terminalio.FONT, full_text=text, max_characters=20, animate_time=0.3
+ terminalio.FONT, text=text, max_characters=20, animate_time=0.3
12
)
13
my_scrolling_label.x = 10
14
my_scrolling_label.y = 10
0 commit comments