Untitled
unknown
plain_text
3 years ago
217 B
1
Indexable
from sense_hat import SenseHat sense = SenseHat() sense.set_rotation(270) red = (255,0,0) green = (0,255,0) sense.show_message("My name should be Ada Lovelace", scroll_speed=0.05, text_colour=red, back_colour=green)
Editor is loading...