Skip to content

Commit 5437378

Browse files
committed
update example
1 parent 593211d commit 5437378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/display_text_scrolling_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
text = "Hello world CircuitPython scrolling label"
1010
my_scrolling_label = ScrollingLabel(
11-
terminalio.FONT, full_text=text, max_characters=20, animate_time=0.3
11+
terminalio.FONT, text=text, max_characters=20, animate_time=0.3
1212
)
1313
my_scrolling_label.x = 10
1414
my_scrolling_label.y = 10

0 commit comments

Comments
 (0)