Skip to content

Commit

Permalink
Fix missed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
waynedyck committed Feb 27, 2024
1 parent 15ca861 commit 97e4c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssd1306_pillow_animate.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"SSD1306 ORGANIC LED DISPLAY. THIS IS AN OLD SCHOOL DEMO SCROLLER!!"
+ "GREETZ TO: LADYADA & THE ADAFRUIT CREW, TRIXTER, FUTURE CREW, AND FARBRAUSCH"
)
bbox = draw.textbbox((0,0), text, font=font)
bbox = draw.textbbox((0, 0), text, font=font)
maxwidth = bbox[2] - bbox[0]

# Set animation and sine wave parameters.
Expand Down

0 comments on commit 97e4c54

Please sign in to comment.