Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2.  
  3. mon.clear() --clear the monitor
  4.  
  5. mon.setCursorPos(3,10) --set cursor to upper left position
  6. mon.setTextScale(4)
  7.  
  8. mon.write("ATM") --write text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement