SHOW:
|
|
- or go back to the newest paste.
| 1 | - | ymon = peripheral.wrap(top) |
| 1 | + | ymon = peripheral.wrap("top")
|
| 2 | ymon.setTextScale(10) | |
| 3 | - | print(textutils.formatTime(os.time(),true)) |
| 3 | + | time = textutils.formatTime(os.time(),false) |
| 4 | - | term.restore() |
| 4 | + | mon.write(time) |