Enhanced LiquidCrystal

try this:
lcd.setCursor(0,3);
lcd.print(" "); //40 spaces - seemed like the fastest way
lcd.setCursor(0,3);

for(int i=0; i<=vol-1; i++){
lcd.print(255, BYTE);
}