Skip to content

Commit 3caf17c

Browse files
committed
lint
1 parent 5746a57 commit 3caf17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
for i in range(len(text_to_show) * 9):
2626
fb.fill(0)
2727
fb.text(text_to_show, -i + display.width, 0, color=1)
28-
28+
2929
# to improve the display flicker we can use two frame
3030
# fill the next frame with scrolling text, then
3131
# show it.

0 commit comments

Comments
 (0)