Advertisement
1lann

drawexample

Feb 18th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. os.loadAPI("image")
  2.  
  3. local mon = peripheral.wrap("whatever") -- use your magic monitor joiner thing
  4. print("My size:", mon.getSize())
  5. mon.setTextScale(0.5)
  6. mon.setCursorPos(1,1)
  7. image.draw(mon)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement