Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor = peripheral.wrap("back")
- monitor.clear()
- peripheral.wrap("back").setCursorPos(1,1)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,2)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,3)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,4)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,5)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,6)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,7)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,8)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,9)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,10)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,11)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,12)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,13)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,14)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,15)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,16)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,17)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,18)
- monitor.write("text")
- peripheral.wrap("back").setCursorPos(1,19)
- monitor.write("text")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement