Advertisement
fantadada

ecran base

Aug 6th, 2015
227
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("back")
  2. m.clear()
  3. m.setTextColor(colors.black)
  4. m.setBackgroundColor(colors.red)
  5. m.clear()
  6. m.setCursorPos(3,3)
  7. m.setTextScale(5)
  8. m.write("<=les cuves"n)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement