Advertisement
Plazter

Untitled

Jun 16th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. m.clear()
  3. m.setCursorPos(1,1)
  4.  
  5. m.setTextColor(colors.red)
  6. m.write("Hejsa!")
  7.  
  8. m.setCursorPos(1,3)
  9. m.setTextColor(colors.lime)
  10. m.write("Plazter har lavet dette.")
  11.  
  12. m.setCursorPos(1,5)
  13. m.setTextColor(colors.orange)
  14. m.write("Programs on the Computer:")
  15. m.setCursorPos(1,6)
  16. m.write("1. sjov")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement