Jump to content




Monitors


  • You cannot reply to this topic
1 reply to this topic

#1 ASPVisBoss

  • New Members
  • 1 posts

Posted 04 February 2013 - 05:34 PM

Title: Monitors

i can't find out how to print to the monitor off the advanced computer... could anyone help?

#2 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 04 February 2013 - 05:57 PM

Wrap that monitor up.

mon = peripheral.wrap('right') -- if the monitor is on the right side of the computer

Then use it like you would with term.

mon.clear()
mon.setCursorPos(3,2)
mon.setTextColor(colors.yellow)
mon.write('Hello World!')

http://www.computerc...fo/wiki/Monitor
http://www.computerc...dvanced_Monitor





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users