Advertisement
Guest User

monclear

a guest
Mar 30th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2.  
  3. mon.setBackgroundColor(colors.black)
  4. mon.setCursorPos(1,1)
  5. mon.clear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement