Advertisement
nicokno

test1

Aug 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. monitor = peripheral.wrap("back","front")
  2.  
  3.  
  4. monitor.clear()
  5.  
  6. monitor.setBackgroundColor(colors.blue)
  7. monitor.setCursorPos(3,2)
  8. monitor.write(string.rep(" ", 10))
  9.  
  10. monitor.setTextColor(colors.white)
  11. monitor.setCursorPos(3+2,2)
  12. monitor.write("Abrir")
  13.  
  14. monitor.setBackgroundColor(colors.black)
  15. monitor.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement