Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. mon.clear() --clear the monitor
  3. mon.setCursorPos(10,1) --set cursor to upper left position
  4. mon.setTextScale(4)
  5. mon.setTextColor(512)
  6. mon.write("Hello world!") --write text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement