]> vault307.fbx.one Git - PicoTamachibi.git/blobdiff - main.py
Nett hier aber waren Sie schon mal in Hamburg?
[PicoTamachibi.git] / main.py
diff --git a/main.py b/main.py
index 98d469b600034fe82edaa89a855541e89fdb23b4..7fafa496e12ce42ffc481f6bcc134344602f3e6b 100644 (file)
--- a/main.py
+++ b/main.py
@@ -1,4 +1,3 @@
-# from icons import food_icon
 from machine import I2C, Pin
 from ssd1306 import SSD1306_I2C
 from icon import Animate, Icon, Toolbar, Button, Event
 from machine import I2C, Pin
 from ssd1306 import SSD1306_I2C
 from icon import Animate, Icon, Toolbar, Button, Event
@@ -7,6 +6,10 @@ from sys import exit
 import framebuf
 import gc
 
 import framebuf
 import gc
 
+# some change
+# Hier war Roman :)
+# some other change
+
 sda = Pin(0)
 scl = Pin(1)
 id = 0
 sda = Pin(0)
 scl = Pin(1)
 id = 0
@@ -34,6 +37,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)