Advertisement
Guest User

Display CC

a guest
Mar 28th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. mon = peripheral.wrap("left") -- replace "left" with the side your monitor is on
  2. mon.setTextScale(5) -- change 5 to any any number between 0.5 and 5 to change the size of the text
  3. while true do
  4. mon.clear()
  5. mon.setCursorPos(1,1)
  6. print("MESSAGE")
  7. sleep(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement