Title: Monitors
i can't find out how to print to the monitor off the advanced computer... could anyone help?
Monitors
Started by ASPVisBoss, Feb 04 2013 05:34 PM
1 reply to this topic
#1
Posted 04 February 2013 - 05:34 PM
#2
Posted 04 February 2013 - 05:57 PM
Wrap that monitor up.
Then use it like you would with term.
http://www.computerc...fo/wiki/Monitor
http://www.computerc...dvanced_Monitor
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











