Voltage reference with LCD

You didn't add any code to prevent the 2.5 seconds of display from repeating immediately if the voltage was still low. You need to set a flag when you have displayed your voltage. Don't display the voltage if the flag is set. Clear the flag when the voltage is high again.