Posted 05 December 2012 - 12:33 PM
i'm trying to make the text on my monitor smaller but
monitor.setTextScale(0.5)
doesn't seem to work. it's probably how i'm using the command but i can not get it to work.
can someone please help me?
programs:
1) run:
shell.run ("monitor", "top", "test")
2) test:
local w, h = term.getSize()
term.setCursorPos(w,1)
monitor.setTextScale(0.5)
term.setCursorPos(10,1)
term.write (w)
term.setCursorPos(10, 5)
term.write (h)
monitor.setTextScale(0.5)
doesn't seem to work. it's probably how i'm using the command but i can not get it to work.
can someone please help me?
programs:
1) run:
shell.run ("monitor", "top", "test")
2) test:
local w, h = term.getSize()
term.setCursorPos(w,1)
monitor.setTextScale(0.5)
term.setCursorPos(10,1)
term.write (w)
term.setCursorPos(10, 5)
term.write (h)