Advertisement
Guest User

startup

a guest
Oct 22nd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. m.clear()
  3. m.setTextScale(4)
  4. m.setTextColor(colors.blue)
  5. m.setCursorPos(6,2)
  6. m.write("BANK")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement