Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. mon = peripheral.wrap("right") --assumes monitor is on right side of computer
  2.  
  3. mon.setTextScale(2)
  4. mon.clear() --clear the monitor
  5.  
  6. mon.setCursorPos(1,1) --set cursor to upper left position
  7.  
  8. mon.write("SpaceX") --write text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement