Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("image")
- local mon = peripheral.wrap("whatever") -- use your magic monitor joiner thing
- print("My size:", mon.getSize())
- mon.setTextScale(0.5)
- mon.setCursorPos(1,1)
- image.draw(mon)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement