View difference between Paste ID: LkwFiYtQ and qbVLi3Zu
SHOW: | | - or go back to the newest paste.
1
mon = peripheral.wrap("left")
2
mon.clear()
3
mon.setTextScale(1.5)
4
mon.setCursorPos(2,2)
5
 
6-
mon.write("620 Speicher")
6+
mon.write("620")
7
8
mon = peripheral.wrap("monitor_1")
9
mon.clear()
10
mon.setTextScale(1.5)
11
mon.setCursorPos(2,2)
12
 
13
mon.write("A1")
14
 
15
mon = peripheral.wrap("monitor_2")
16
mon.clear()
17
mon.setTextScale(1.5)
18
mon.setCursorPos(2,2)
19
 
20
mon.write("B1")
21
22
mon = peripheral.wrap("monitor_3")
23
mon.clear()
24
mon.setTextScale(1.5)
25
mon.setCursorPos(2,2)
26
 
27
mon.write("A2")
28
 
29
mon = peripheral.wrap("monitor_4")
30
mon.clear()
31
mon.setTextScale(1.5)
32
mon.setCursorPos(2,2)
33
 
34
mon.write("B2")
35
mon = peripheral.wrap("monitor_5")
36
mon.clear()
37
mon.setTextScale(1.5)
38
mon.setCursorPos(2,2)
39
 
40
mon.write("A3")
41
 
42
mon = peripheral.wrap("monitor_6")
43
mon.clear()
44
mon.setTextScale(1.5)
45
mon.setCursorPos(2,2)
46
 
47
mon.write("B3")
48
49
mon = peripheral.wrap("monitor_7")
50
mon.clear()
51
mon.setTextScale(1.5)
52
mon.setCursorPos(2,2)
53
 
54
mon.write("A4")
55
 
56
mon = peripheral.wrap("monitor_8")
57
mon.clear()
58
mon.setTextScale(1.5)
59
mon.setCursorPos(2,2)
60
 
61
mon.write("B4")
62
63
mon = peripheral.wrap("monitor_9")
64
mon.clear()
65
mon.setTextScale(1.5)
66
mon.setCursorPos(2,2)
67
 
68
mon.write("A5")
69
 
70
mon = peripheral.wrap("monitor_10")
71
mon.clear()
72
mon.setTextScale(1.5)
73
mon.setCursorPos(2,2)
74
 
75
mon.write("B5")
76
77
mon = peripheral.wrap("monitor_11")
78
mon.clear()
79
mon.setTextScale(1.5)
80
mon.setCursorPos(2,2)
81
 
82
mon.write("A6")
83
 
84
mon = peripheral.wrap("monitor_12")
85
mon.clear()
86
mon.setTextScale(1.5)
87
mon.setCursorPos(2,2)
88
 
89
mon.write("B6")
90
91
mon = peripheral.wrap("monitor_13")
92
mon.clear()
93
mon.setTextScale(1.5)
94
mon.setCursorPos(2,2)
95
 
96
mon.write("A7")
97
 
98
mon = peripheral.wrap("monitor_14")
99
mon.clear()
100
mon.setTextScale(1.5)
101
mon.setCursorPos(2,2)
102
 
103
mon.write("B7")
104
105
mon = peripheral.wrap("monitor_15")
106
mon.clear()
107
mon.setTextScale(1.5)
108
mon.setCursorPos(2,2)
109
 
110
mon.write("A8")
111
 
112
mon = peripheral.wrap("monitor_16")
113
mon.clear()
114
mon.setTextScale(1.5)
115
mon.setCursorPos(2,2)
116
 
117
mon.write("B8")
118
119
mon = peripheral.wrap("monitor_17")
120
mon.clear()
121
mon.setTextScale(1.5)
122
mon.setCursorPos(2,2)
123
 
124
mon.write("A9")
125
 
126
mon = peripheral.wrap("monitor_18")
127
mon.clear()
128
mon.setTextScale(1.5)
129
mon.setCursorPos(2,2)
130
 
131
mon.write("B9")
132
133
mon = peripheral.wrap("monitor_19")
134
mon.clear()
135
mon.setTextScale(1.5)
136
mon.setCursorPos(2,2)
137
 
138
mon.write("B10")
139
 
140
mon = peripheral.wrap("monitor_0")
141
mon.clear()
142
mon.setTextScale(1.5)
143
mon.setCursorPos(2,2)
144
 
145-
mon.write("B10")
145+
146
147
mon = peripheral.wrap("monitor_20")
148
mon.clear()
149
mon.setTextScale(2)
150
mon.setCursorPos(2,2)
151
 
152
mon.write("A7")
153
mon.write("A6")
154
155
mon = peripheral.wrap("monitor_21")
156
mon.clear()
157
mon.setTextScale(2)
158
mon.setCursorPos(2,2)
159
 
160
mon.write("A5")
161
mon.write("A4")
162
mon.write("A3")
163
mon.write("A2")
164
mon.write("A1")