Advertisement
Guest User

startup

a guest
May 28th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. m = peripheral.wrap("back")
  2. m.clear()
  3. m.setCursorPos(1,1)
  4.  
  5. m.setTextColor(colors.lightBlue)
  6. m.setTextScale(5)
  7. m.write("MINAGE")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement