Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon= peripheral.wrap("top")
- mon.setTextScale(5)
- mon.setTextColor(64)
- mon.setBackgroundColor(512)
- while true do
- mon.clear()
- mon.setCursorPos(1,1)
- local nTime = os.time()
- mon.write(textutils.formatTime(nTime, false))
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement