m = peripheral.wrap("back")
term.redirect(m)
m.setTextScale(1)
m.setBackgroundColor(colors.white)
m.clear()
local image = paintutils.loadImage("soda.nfp")
paintutils.drawImage(image,1,1)

