Ezteyh

monitor image

Aug 13th, 2022
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local monitor = peripheral.find("monitor")
  2. peripheral.wrap("monitor")
  3. monitor.clear()
  4. term.redirect(monitor)
  5. monitor.setTextScale(1)
  6. local image = paintutils.loadImage("image5")
  7. monitor.write(paintutils.drawImage(image, 0, 0))
Advertisement
Add Comment
Please, Sign In to add comment