Scroll Pack: Fix demo.py

This commit is contained in:
Hel Gibbons 2023-03-21 14:24:03 +00:00 committed by GitHub
parent 5392c5aa03
commit 0666dc885a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ while True:
if m == (i + (loop - b)) % loop and b < tail:
scroll.set_pixel(x, y, br_mult * (tail - b))
scroll.update()
scroll.show()
i += 1
if i >= loop:
i = 0