View difference between Paste ID: heewPJu7 and 2zgp1ddX
SHOW: | | - or go back to the newest paste.
1
local args = {...}
2
h=args[1]
3-
m=peripheral.wrap("left")
3+
m=peripheral.wrap("back")
4-
m.setBackgroundColor(colors.blue)
4+
m.setBackgroundColor(colors.yellow)
5
m.clear()
6
bild=paintutils.loadImage("bild")
7
paintutils.drawImage(bild,1,h)