View difference between Paste ID: eAUdqMns and ar4S6XfN
SHOW: | | - or go back to the newest paste.
1
monitor = peripheral.wrap("back")
2
monitor.clear()
3
monitor.setCursorPos(1,1)
4
monitor.setTextScale(5)
5
monitor.write("Team 1")
6