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.
1 parent 4db7cc6 commit 8fb17a3Copy full SHA for 8fb17a3
micropython/examples/pico_display/display_png.py
@@ -27,7 +27,7 @@
27
png.open_file("pencil.png")
28
29
# Decode our PNG file and set the X and Y
30
- png.decode(50, 100)
+ png.decode(20, 100, scale=3)
31
32
# Handle the error if the image doesn't exist on the flash.
33
except OSError:
0 commit comments