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>












