Advertisement
appollon41

In-Screen-Energy-Right

Sep 28th, 2017
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. -- Debut mises en place
  2. mon=peripheral.wrap("right")
  3. mon.setTextScale(5)
  4. mon.setTextColor(colors.lime)
  5. mon.setBackgroundColor(colors.black)
  6. mon.clear()
  7. mon.setCursorPos(3,1)
  8. mon.write("IN")
  9. -- Fin mises en place
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement