LCD clear

Well, for starters, this line

int H

is missing a semicolon, and

 (
    if (buttonState == LOW);
 )

does not do anything, and

lcd.(Irms); // ?

is just plain wrong and I don't know what was intended.