Advertisement
Guest User

startup

a guest
Apr 9th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. m = peripheral.wrap("top")
  2.  
  3. m.setTextScale(1)
  4.  
  5. m.setTextColour(512)
  6. m.setCursorPos(7,1)
  7. m.write("pu")
  8. m.setTextColor(2)
  9. m.write("ssy")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement