top of page
Hello and today i will be showing you how to use computers to write stuff on a monitor!Ok so this is the code:
mon=peripheral.wrap("(*back,top,left,right,bottom)")
mon.clear()
mon.setTextScale(1-5)
mon.setCursorPos(1,1)
mon.write("(whatever)")
REMEMBER!!!
YOU MUST TYPE CAPITAL LETTERS WHERE I SHOW CAPITAL LETTERS AND DONT PUT THE INSIDE BRACKETS ON THE MON=PERIPHERAL.WRAP OR MON.WRITE!!!
Although you must put outside brackets!
bottom of page