]> vault307.fbx.one Git - PicoTamachibi.git/blobdiff - main.py
Fix event callbacks not being called
[PicoTamachibi.git] / main.py
diff --git a/main.py b/main.py
index f6167ed608d13fc54b2b0c06610398d1df8a5080..7fafa496e12ce42ffc481f6bcc134344602f3e6b 100644 (file)
--- 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)