diff --git a/micropython/boot.py b/micropython/boot.py index e69de29..e92ab7d 100644 --- a/micropython/boot.py +++ b/micropython/boot.py @@ -0,0 +1,6 @@ +print("running boot.py") + +from uPySensors.ssd1306_i2c import Display + +Display().draw_logo(45) +