Advertisement
SamHDev

CC stop lights (RED!)

Apr 7th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. light = peripheral.wrap("monitor_0")
  2.  
  3. light.clear()
  4. light.setCursorPos(1,1)
  5. light.setBackgroundColor(colors.red)
  6. light.clear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement