Skip to content

Commit 97e4c54

Browse files
committed
Fix missed formatting issue
1 parent 15ca861 commit 97e4c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1306_pillow_animate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"SSD1306 ORGANIC LED DISPLAY. THIS IS AN OLD SCHOOL DEMO SCROLLER!!"
5252
+ "GREETZ TO: LADYADA & THE ADAFRUIT CREW, TRIXTER, FUTURE CREW, AND FARBRAUSCH"
5353
)
54-
bbox = draw.textbbox((0,0), text, font=font)
54+
bbox = draw.textbbox((0, 0), text, font=font)
5555
maxwidth = bbox[2] - bbox[0]
5656

5757
# Set animation and sine wave parameters.

0 commit comments

Comments
 (0)