Advertisement
davidmueller13

mallstadionfahrtanzeoge

Mar 30th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mon = peripheral.wrap("monitor_13")
  2. mon1 = peripheral.wrap("monitor_14")
  3.  
  4. mon.clear()
  5. mon1.clear()
  6.  
  7. mon.setCursorPos(1,1)
  8. mon1.setCursorPos(1,1)
  9.  
  10. mon.write("VLB vlb.de Gleis 1")
  11. mon1.write("VLB vlb.de Gleis 1")
  12.  
  13. mon.setCursorPos(6,1)
  14. mon1.setCursorPos(6,1)
  15.  
  16. mon.setTextScale(1)
  17. mon1.setTextScale(1)
  18.  
  19. mon.write("S2 nach Vertoak Hauptbahnhof")
  20. mon1.write("S2 nach Vertoak Hauptbahnhof")
  21.  
  22. mon.setCursorPos(1,5)
  23. mon.setTextScale(1)
  24. mon1.setCursorPos(1,5)
  25. mon1.setTextScale(1)
  26.  
  27. mon.write("heute 10 min später")
  28. mon1.write("heute 10 min später")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement