X-Git-Url: https://vault307.fbx.one/gitweb/PicoTamachibi.git/blobdiff_plain/61fc5af22a3cea8bf6c254ccfedc65e1bb059199..9babb492e6bbd62b50acd9b18db8c3d4b6622f27:/main.py?ds=sidebyside diff --git a/main.py b/main.py index f6167ed..7fafa49 100644 --- a/main.py +++ b/main.py @@ -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)