import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
from OtherDisplays import *
d = DotMatrixDisplay(cs=5, mosi=3, sck=2)
d.scroll('Hello I love you wont you tell me your name', 25)import time
time.sleep(0.1) # Wait for USB to become ready
print("Hello, Pi Pico!")
from OtherDisplays import *
d = DotMatrixDisplay(cs=5, mosi=3, sck=2)
d.scroll('Hello I love you wont you tell me your name', 25)