I have a slight bug in my code..
At the moment if I don't use the lcd.clear(); then I end up with the remaining text from previous "if" statements.
However if I include the lcd.clear(); Then the screen gets into the specific loop and keeps clearing the LCD and therefore it kind of blinks the text.
Any idea how I can clear the screen once when it transitions through different if statements??