Skip to content

Instantly share code, notes, and snippets.

mon = peripheral.find("monitor")
bridge = peripheral.find("meBridge")
os.startTimer(1)
mon.setTextScale(.5)
mon.clear()
monW,monH = mon.getSize()