Advertisement
Vladlen_Info

peripheral_wrap_monitor

Feb 27th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local a = peripheral.wrap("left")
  2. a.clear()
  3. a.setCursorPos(2,2)
  4. a.setTextScale(2)
  5. a.setTextColor(32)
  6. a.write("Monitor Ready")
  7. a.setCursorBlink(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement