Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("front")
- mon.setCursorPos(1,1)
- mon.clear()
- mon.write("Greetings")
- mon.setCursorPos(1,2)
- mon.write("Welcome to")
- mon.setCursorPos(1,3)
- mon.setTextColor(colors.green)
- mon.write("www.DigitalCarnage.co.za")
- mon.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment