Skip to content

Commit 61a2679

Browse files
authored
Update is31fl3731_frame_example.py
Black
1 parent 6c01780 commit 61a2679

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/is31fl3731_frame_example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@
2727

2828
display = Display(i2c)
2929

30-
3130
# first load the frame with the arrows; moves the arrow to the right in each
3231
# frame
3332
display.sleep(True) # turn display off while frames are updated
34-
for frame in range(display.width-8):
33+
for frame in range(display.width - 8):
3534
display.frame(frame, show=False)
3635
display.fill(0)
3736
for y in range(display.height):

0 commit comments

Comments
 (0)