]> vault307.fbx.one Git - PicoTamachibi.git/blobdiff - main.py
Add comment to main.py (#1)
[PicoTamachibi.git] / main.py
diff --git a/main.py b/main.py
index f6167ed608d13fc54b2b0c06610398d1df8a5080..5dbd50e6a3a0625e8aa076935e2a15e442870c26 100644 (file)
--- a/main.py
+++ b/main.py
@@ -9,6 +9,7 @@ import gc
 # some change
 # Hier war Roman :)
 # some other change
 # some change
 # Hier war Roman :)
 # some other change
+#Forking and pulling- yeah - Lu was here :>
 
 sda = Pin(0)
 scl = Pin(1)
 
 sda = Pin(0)
 scl = Pin(1)
@@ -37,6 +38,8 @@ def clear():
     """ Clear the screen """
     oled.fill_rect(0,0,128,64,0)
 
     """ 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)
 # def animate(frames, timer):
 #     for frame in frames:
 #         oled.blit(frame.image, frame.x, frame.y)
@@ -270,4 +273,4 @@ while True:
          
     oled.show()
     sleep(0.05)
          
     oled.show()
     sleep(0.05)
-    
\ No newline at end of file
+