-# from icons import food_icon
from machine import I2C, Pin
from ssd1306 import SSD1306_I2C
from icon import Animate, Icon, Toolbar, Button, Event
import framebuf
import gc
+# some change
+# Hier war Roman :)
+# some other change
+
sda = Pin(0)
scl = Pin(1)
id = 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)