Advertisement
RealAjun10

Monitor Text

Oct 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. monitor = peripheral.wrap("top")
  2. monitor.clear()
  3. monitor.setTextScale(1.4)
  4. monitor.setBackgroundColor(colors.white)
  5. monitor.setCursorPos(1,1)
  6. monitor.setTextColor(colors.black)
  7. monitor.write("Text Here")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement