here is the code for the clock
mon = perpheral.wrap("left")
while true do
local time = os.time()
mon.write(time)
term.clear()
term.setCursorPos(1,1)
end
i surpose i could change the setcursor pos to something different, but thats just annoying to figure out. could someone maybe tell me how much i would have to change it by to center it on a 1x1 monitor? then i could just work out how many it would be for a different size.
all help appreciated. thanks
-Cheeky












