diff --git a/examples/rgb_display_pillow_image.py b/examples/rgb_display_pillow_image.py index df4c680..1b85c13 100644 --- a/examples/rgb_display_pillow_image.py +++ b/examples/rgb_display_pillow_image.py @@ -31,7 +31,7 @@ draw.rectangle((0, 0, width, height), outline=0, fill=(0, 0, 0)) disp.image(image, rotation) -image = Image.open("blinka.png") +image = Image.open("blinka.jpg") # Scale the image to the smaller screen dimension image_ratio = image.width / image.height