Skip to content

Commit ad7b0ea

Browse files
committed
Removed unnecessary fill from animated gif player
1 parent 14a94d1 commit ad7b0ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/is31fl3731_pillow_animated_gif.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#display = adafruit_is31fl3731.Matrix(i2c)
2424
# uncomment line if you are using Adafruit 16x9 Charlieplexed PWM LED Matrix
2525
display = adafruit_is31fl3731.CharlieBonnet(i2c)
26-
display.fill(0)
2726

2827
# Open the gif
2928
if len(sys.argv) < 2:

0 commit comments

Comments
 (0)