start with the correct rotation

sammachin-gprs
Heinrich Mellmann 2018-09-03 02:48:27 +01:00
parent e20e2c8295
commit 4fb521ece9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ugfx.clear(ugfx.BLACK)
ugfx.backlight(100)
n = 0
r = 90
r = 270
while True:
ugfx.display_image( 0, 90, "shared/nyan/{}.png".format(n) )
n = (n+2) % 12