
what would be involved in making such a "program"
Posted 09 June 2014 - 07:57 PM

Posted 09 June 2014 - 08:09 PM
Posted 09 June 2014 - 08:34 PM
Posted 09 June 2014 - 08:49 PM
Posted 09 June 2014 - 09:48 PM
Posted 10 June 2014 - 12:24 AM
Posted 10 June 2014 - 02:24 AM
local mon = peripheral.wrap( "side" ) --#replace side with whatever side it is on, eg. "right" term.redirect( mon ) --#we want paint to render on the monitor mon.setTextScale( 0.5 ) --#minimum setting for maximum resolution --#assuming you have a painted image local norad = paintutils.loadImage( "myImage" ) paintutils.drawImage( norad, 1, 1 ) --#if you do not have a painted image, you will want to run the paint program on your monitor with the scale set to 0.5 eg: --#monitor right paint myImage (NOTE: this is not tested, I'm not sure if it will work correctly)Something like this using the paintutils api.
0 members, 2 guests, 0 anonymous users