Advertisement
bugg94

arrivée

Sep 15th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2.  
  3. m.clear()
  4. m.setCursorPos(1,3)
  5. m.setCursorBlink(false)
  6. m.setTextColor(colors.purple)
  7. m.setBackgroundColor(colors.black)
  8.  
  9. m.write("Arrivee")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement