Advertisement
ecco7777

load images from file

Oct 6th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local args = {...}
  2. h=args[1]
  3. m=peripheral.wrap("back")
  4. m.setBackgroundColor(colors.yellow)
  5. m.clear()
  6. bild=paintutils.loadImage("bild")
  7. paintutils.drawImage(bild,1,h)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement