adjustment to scale and location

This commit is contained in:
thirdr 2024-04-04 09:49:57 +01:00
parent 19141cf89a
commit 7cdf939a4c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ try:
png.open_file("pencil.png")
# Decode our PNG file and set the X and Y
png.decode(50, 100)
png.decode(20, 100, scale=3)
# Handle the error if the image doesn't exist on the flash.
except OSError: