Advertisement
jordyvl

FPAGE

Dec 21st, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2. mon.setCursorPos(1,1)
  3. mon.setTextScale(3)
  4. mon.setBackgroundColor(colours.blue)
  5. mon.setTextColor(colours.yellow)
  6. mon.clear()
  7. mon.setCursorPos(3,2)
  8. mon.write("Welcome to:")
  9. mon.setCursorPos(3,3)
  10. mon.write("JC Software")
  11. mon.setCursorPos(3,5)
  12. mon.write("Owned by Jordy")
  13. mon.setCursorPos(4,6)
  14. mon.write("And Connor")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement