3 posts
Posted 29 June 2013 - 09:20 AM
Does anyone have a code o program that will allow me to place text on a monitor and define the size?
using most recent version of CC and mc
8543 posts
Posted 29 June 2013 - 03:11 PM
Split into new topic.
Why not make it yourself? It's a pretty simple matter of using the monitor functions, which are all pretty well-documented on the wiki.
42 posts
Location
New Zealand
Posted 30 June 2013 - 09:34 PM
Try a little experimentation with the monitor api, and see where that takes you. Also, remember to wrap the monitor using peripheral.wrap("<side the monitor is on>")
159 posts
Location
A Chair
Posted 02 July 2013 - 05:46 PM
name your program something other than startup… eg program1
then edit startup and type :-
shell.run("monitor top program1")
and save the file… this will run the program on the monitor… (remember that this looks for the monitor on the top face of the computer. – Change top to the side of your monitor.