View difference between Paste ID: RgTY51ny and tCiHmz94
SHOW: | | - or go back to the newest paste.
1-
mon = peripheral.wrap("monitor_9")
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-
mon.setCursorPos(6,3)
11+
mon1.write("VLB vlb.de   Gleis 1")
12
 
13
mon.setCursorPos(6,1)
14
mon1.setCursorPos(6,1)
15-
mon.write("S1 nach Stadion")
15+
16
mon.setTextScale(1)
17
mon1.setTextScale(1)
18
 
19
mon.write("S2 nach Vertoak Hauptbahnhof")
20-
mon.write("heute 10 min später")
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")