diff --git a/examples/ssd1305_stats.py b/examples/ssd1305_stats.py index 039dcb0..cec56d9 100644 --- a/examples/ssd1305_stats.py +++ b/examples/ssd1305_stats.py @@ -61,7 +61,6 @@ font = ImageFont.load_default() # font = ImageFont.truetype('/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', 9) while True: - # Draw a black filled box to clear the image. draw.rectangle((0, 0, width, height), outline=0, fill=0)