Advertisement
Guest User

monitor

a guest
Dec 21st, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2. mon.clear()
  3. mon.setTextScale(5)
  4. mon.setTextColor(colors.red)
  5. mon.setBackgroundColor(colors.lightGray)
  6.    mon.setCursorPos(1,1)
  7.    mon.write("            ")
  8. mon.setTextScale(2)
  9. mon.setCursorPos(1,1)
  10. mon.write("===============")
  11. mon.setCursorPos(1,13)
  12. mon.write("===============")
  13. mon.setCursorPos(2,3)
  14. mon.write("Vanilla")
  15. mon.setCursorPos(2,5)
  16. mon.write("------>")
  17. mon.setCursorPos(1,7)
  18. mon.write("===============")
  19. mon.setCursorPos(2,9)
  20. mon.write("Metals")
  21. mon.setCursorPos(2,11)
  22. mon.write("<------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement