Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor = peripheral.wrap("top")
- monitor.clear()
- monitor.setCursorPos(1,1)
- monitor.setTextScale(1) --Edit the "1"
- monitor.write(x..", "..y) --Shows the screen size
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement