Skip to content

Commit 6bed2c2

Browse files
authored
Merge pull request #35 from makermelissa/master
Updated image filename
2 parents 95cac13 + 48dab56 commit 6bed2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rgb_display_pillow_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
draw.rectangle((0, 0, width, height), outline=0, fill=(0, 0, 0))
3232
disp.image(image, rotation)
3333

34-
image = Image.open("blinka.png")
34+
image = Image.open("blinka.jpg")
3535

3636
# Scale the image to the smaller screen dimension
3737
image_ratio = image.width / image.height

0 commit comments

Comments
 (0)