Posted 08 July 2012 - 12:29 PM
so i have this code and need to add more lines and center it….
monitor = peripheral.wrap("bottom")
monitor.setTextScale(5)
monitor.setCursorPos(1,1)
monitor.write("welcome")
my server need a opener so i made this but also want to have it display that for about 10 seconds then repeat the same code with new text. any one know a code i can use for this idea?
monitor = peripheral.wrap("bottom")
monitor.setTextScale(5)
monitor.setCursorPos(1,1)
monitor.write("welcome")
my server need a opener so i made this but also want to have it display that for about 10 seconds then repeat the same code with new text. any one know a code i can use for this idea?