Skip to content

Commit 8bf500a

Browse files
committed
Add now-required show after each shift
1 parent 590fe2c commit 8bf500a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/count_from_left/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
wing.clear()
1010
for x in range(64):
1111
wing.shift_into_left(wing.number_to_pixels(x, (64, 0, 0)))
12+
wing.show()
1213
time.sleep(0.2)

examples/count_from_right/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
wing.clear()
1010
for x in range(64):
1111
wing.shift_into_right(wing.number_to_pixels(x, (64, 0, 0)))
12+
wing.show()
1213
time.sleep(0.2)

0 commit comments

Comments
 (0)