From ecea52cf5605f5caa290d2b7ae1eb6abc9441cea Mon Sep 17 00:00:00 2001 From: spirkelmann Date: Sat, 30 Nov 2019 19:31:36 +0100 Subject: [PATCH] boot.py with imaginaerraum logo --- micropython/boot.py | 6 ++++++ 1 file changed, 6 insertions(+) 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) +