X-Git-Url: https://vault307.fbx.one/gitweb/PicoTamachibi.git/blobdiff_plain/0813eab59843ed87b199c3e832b694e9fa589652..e38f3cc4d189fa83f00d8638064d65ff2dc44a79:/main.py diff --git a/main.py b/main.py index ca56913..7fafa49 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ import framebuf import gc # some change - +# Hier war Roman :) # some other change sda = Pin(0) @@ -37,6 +37,8 @@ def clear(): """ Clear the screen """ oled.fill_rect(0,0,128,64,0) +# May the Force be with you // Patrick + # def animate(frames, timer): # for frame in frames: # oled.blit(frame.image, frame.x, frame.y)