We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95cac13 + 48dab56 commit 6bed2c2Copy full SHA for 6bed2c2
examples/rgb_display_pillow_image.py
@@ -31,7 +31,7 @@
31
draw.rectangle((0, 0, width, height), outline=0, fill=(0, 0, 0))
32
disp.image(image, rotation)
33
34
-image = Image.open("blinka.png")
+image = Image.open("blinka.jpg")
35
36
# Scale the image to the smaller screen dimension
37
image_ratio = image.width / image.height
0 commit comments