Skip to content

Commit 14a94d1

Browse files
committed
A little cleanup
1 parent ba22631 commit 14a94d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/is31fl3731_pillow_marquee.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
# uncomment line if you are using Adafruit 16x9 Charlieplexed PWM LED Matrix
2323
display = adafruit_is31fl3731.CharlieBonnet(i2c)
2424

25-
display.fill(0)
26-
2725
# Load a font
2826
font = ImageFont.truetype('/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', 8)
2927

@@ -33,7 +31,6 @@
3331
text_draw = ImageDraw.Draw(text_image)
3432
text_draw.text((0, 0), SCROLLING_TEXT, font=font, fill=BRIGHTNESS)
3533

36-
3734
# Create an image for the display
3835
image = Image.new('L', (display.width, display.height))
3936
draw = ImageDraw.Draw(image)

0 commit comments

Comments
 (0)