Posted 09 January 2013 - 11:43 AM
Sorry if this is well known or something, I've been searching the forums and I haven't found a question like this and it's not very clear in the wiki.
I have an advanced monitor as a peripheral wrap, and I'd like to use the paintutils API on it, but if I do this:
It draws the image on the computer's console. I tried the following but it doesn't work.
How should I do this?
Thanks in advance :)/>
[Edit] I wanted to use the computer's console to display secondary messages but I think switching between them using term.redirect(…) and term.restore() is acceptable enough for this purpose. Must test.
</noobquestion>
I have an advanced monitor as a peripheral wrap, and I'd like to use the paintutils API on it, but if I do this:
screen = peripheral.wrap("back")
paintutils.drawImage(...)
It draws the image on the computer's console. I tried the following but it doesn't work.
screen.paintutils.drawImage(...)
How should I do this?
Thanks in advance :)/>
[Edit] I wanted to use the computer's console to display secondary messages but I think switching between them using term.redirect(…) and term.restore() is acceptable enough for this purpose. Must test.
</noobquestion>