Advertisement
Guest User

startup

a guest
Mar 2nd, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. mon.setTextScale(0.5)
  3. mon.setCursorPos(1,1)
  4. mon.clear()
  5. while true do
  6. mon.clear()
  7. mon.setCursorPos(1,1)
  8. rsState = rs.getBundledInput("front")
  9. mon.setBackgroundColor(rsState)
  10. sleep(5)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement