Advertisement
CiclopeBizco

Untitled

Jan 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. monitor = peripheral.wrap("front")
  2.  
  3. monitor.setTextScale(5)
  4.  
  5. monitor.setTextColor(512)
  6. monitor.setCursorPos(1,1)
  7. monitor.write("X")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement