Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- loads nfp images, put the file "myimgfile" at root directory
- mon = peripheral.wrap("top")
- image = paintutils.loadImage(myimgfile)
- term.redirect(mon)
- paintutils.drawImage(image, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement