os.loadAPI("drawtext") gpu = peripheral.wrap("right") gpu.setColor(0,0,0) gpu.fill() gpu.setColor(255,255,255) drawtext.drawText(gpu, "test#", 1, 3)