Advertisement
lego11

PROGRAMMA PER VEDERE LA COSA

Aug 24th, 2019
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mon = peripheral.wrap("back")
  2. pc = term.redirect(mon)
  3. mon.setBackgroundColor(colors.white)
  4. mon.clear()
  5. mon.setTextScale(0.5)
  6. logo = paintutils.loadImage("ezic")
  7. paintutils.drawImage(logo, 5, 0)
  8. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement