Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor = peripheral.wrap("top")
- monitor.clear()
- monitor.setCursorPos(25,1)
- monitor.setTextScale(3)
- monitor.setTextColor(colors.blue)
- monitor.write("Information")
- sleep(1)
- monitor.clear()
- monitor.setCursorPos(24,1)
- monitor.write("Information")
- sleep(1)
- monitor.clear()
- monitor.setCursorPos(23,1)
- monitor.write("Information")
- sleep(1)
- monitor.clear
Advertisement
Add Comment
Please, Sign In to add comment