Advertisement
Guest User

startup

a guest
Sep 2nd, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. phrase = "High Energy"
  2. phrase2 = "Restrited Area"
  3.  
  4.  screen = peripheral.wrap("back")
  5.  screen.setTextScale(5)
  6.  screen.setBackgroundColor(2048)
  7.  screen.setTextColor(32768)
  8.  
  9.  screen.clear()
  10.  screen.setCursorPos(3,1)
  11.  screen.write(phrase)
  12.  sleep(1)
  13.  screen.setCursorPos(1,4)
  14.  screen.write(phrase2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement