Screenshot gallery: http://imgur.com/a/v6tez
Installer: http://pastebin.com/p4zeq7Ma


Posted 21 April 2015 - 05:04 PM


Posted 25 April 2015 - 11:19 PM
Posted 02 July 2015 - 07:31 PM
Posted 10 September 2015 - 04:35 PM
Posted 01 October 2015 - 12:40 AM
Posted 26 October 2015 - 09:21 PM
Posted 28 October 2015 - 05:59 PM
Edited by aadje93, 28 October 2015 - 06:02 PM.
Posted 02 November 2015 - 06:24 PM
Posted 03 November 2015 - 01:27 AM
Posted 15 April 2016 - 01:31 AM
aadje93, on 28 October 2015 - 05:59 PM, said:
mon = peripheral.wrap("monitor_139")
--display text text on monitor, "mon" peripheral
function draw_text(x, y, text, text_color, bg_color)
mon.setBackgroundColor(bg_color)
mon.clear()
mon.setTextScale(0.5)
mon.setTextColor(text_color)
mon.setCursorPos(x,y)
mon.write(text)
end
draw_text(2, 3, "Test", colors.yellow, colors.black)
Edited by Sancho, 15 April 2016 - 03:00 AM.
Posted 31 August 2017 - 08:48 PM
0 members, 1 guests, 0 anonymous users