LoRa-Workshop/micropython/boot.py

7 lines
95 B
Python

print("running boot.py")
from uPySensors.ssd1306_i2c import Display
Display().draw_logo(45)