X-Git-Url: https://vault307.fbx.one/gitweb/PicoTamachibi.git/blobdiff_plain/bb15dc0e61cdc9f827ebe3fadc4e89e590ec0227..1bf990f0def1b5509332ed1c323c6a6838862051:/main.py diff --git a/main.py b/main.py index 98d469b..5dbd50e 100644 --- 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 @@ -7,6 +6,11 @@ from sys import exit import framebuf import gc +# some change +# Hier war Roman :) +# some other change +#Forking and pulling- yeah - Lu was here :> + sda = Pin(0) scl = Pin(1) id = 0 @@ -34,6 +38,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) @@ -267,4 +273,4 @@ while True: oled.show() sleep(0.05) - \ No newline at end of file +