Advertisement
karelvysinka

mc monitor template

May 18th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. monitor = peripheral.wrap("back")
  2. monitor.clear()
  3. peripheral.wrap("back").setCursorPos(1,1)
  4. monitor.write("text")
  5. peripheral.wrap("back").setCursorPos(1,2)
  6. monitor.write("text")
  7. peripheral.wrap("back").setCursorPos(1,3)
  8. monitor.write("text")
  9. peripheral.wrap("back").setCursorPos(1,4)
  10. monitor.write("text")
  11. peripheral.wrap("back").setCursorPos(1,5)
  12. monitor.write("text")
  13. peripheral.wrap("back").setCursorPos(1,6)
  14. monitor.write("text")
  15. peripheral.wrap("back").setCursorPos(1,7)
  16. monitor.write("text")
  17. peripheral.wrap("back").setCursorPos(1,8)
  18. monitor.write("text")
  19. peripheral.wrap("back").setCursorPos(1,9)
  20. monitor.write("text")
  21. peripheral.wrap("back").setCursorPos(1,10)
  22. monitor.write("text")
  23. peripheral.wrap("back").setCursorPos(1,11)
  24. monitor.write("text")
  25. peripheral.wrap("back").setCursorPos(1,12)
  26. monitor.write("text")
  27. peripheral.wrap("back").setCursorPos(1,13)
  28. monitor.write("text")
  29. peripheral.wrap("back").setCursorPos(1,14)
  30. monitor.write("text")
  31. peripheral.wrap("back").setCursorPos(1,15)
  32. monitor.write("text")
  33. peripheral.wrap("back").setCursorPos(1,16)
  34. monitor.write("text")
  35. peripheral.wrap("back").setCursorPos(1,17)
  36. monitor.write("text")
  37. peripheral.wrap("back").setCursorPos(1,18)
  38. monitor.write("text")
  39. peripheral.wrap("back").setCursorPos(1,19)
  40. monitor.write("text")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement