DigiZA

Welcome01

Nov 23rd, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. mon = peripheral.wrap("front")
  2.  mon.setCursorPos(1,1)
  3.  mon.clear()
  4.  mon.write("Greetings")
  5.  mon.setCursorPos(1,2)
  6.  mon.write("Welcome to")
  7.  mon.setCursorPos(1,3)
  8.  mon.setTextColor(colors.green)
  9.  mon.write("www.DigitalCarnage.co.za")
  10.  mon.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment