7 lines
95 B
Python
7 lines
95 B
Python
print("running boot.py")
|
|
|
|
from uPySensors.ssd1306_i2c import Display
|
|
|
|
Display().draw_logo(45)
|
|
|