LoRa-Workshop/micropython/boot.py

7 lines
95 B
Python
Raw Normal View History

2019-11-30 18:31:36 +00:00
print("running boot.py")
from uPySensors.ssd1306_i2c import Display
Display().draw_logo(45)