Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
1AMBLH9Vfj3iob7BeoiCNhHbC9bnyvLY4u
SUBMITTED BY:
Guest
DATE:
Nov. 19, 2013, 3:18 a.m.
FORMAT:
Text only
SIZE:
362 Bytes
Raw
Download
Tweet
HITS:
738
Go to comments
Report
mon = peripheral.wrap("left") -- replace "left" with the side your monitor is on
mon.setTextScale(5) -- change 5 to any any number between 0.5 and 5 to change the size of the text
while true do
mon.clear()
mon.setCursorPos(1,1)
local nTime = os.time()
mon.write(textutils.formatTime(nTime,false))
sleep(1)
end
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus