Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m = peripheral.wrap("back")
- m.clear()
- print("Running display script; CTRL+T to terminate.")
- -- welcome message
- m.setCursorPos(6,2)
- m.setTextScale(3)
- m.setTextColor(colors.purple)
- m.write("Spartan Dominion")
- m.setCursorPos(8,3)
- m.setTextColor(colors.white)
- m.write("S T U D I O S")
Advertisement
Add Comment
Please, Sign In to add comment