We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ca861 commit 97e4c54Copy full SHA for 97e4c54
examples/ssd1306_pillow_animate.py
@@ -51,7 +51,7 @@
51
"SSD1306 ORGANIC LED DISPLAY. THIS IS AN OLD SCHOOL DEMO SCROLLER!!"
52
+ "GREETZ TO: LADYADA & THE ADAFRUIT CREW, TRIXTER, FUTURE CREW, AND FARBRAUSCH"
53
)
54
-bbox = draw.textbbox((0,0), text, font=font)
+bbox = draw.textbbox((0, 0), text, font=font)
55
maxwidth = bbox[2] - bbox[0]
56
57
# Set animation and sine wave parameters.
0 commit comments