Hello,
I want to display a countdown on LCD with millis(), but I do not know where to update the display in the code.
I have a while-loop that has the condition of millis() not exceeding 30 seconds.
I want to update my display every 1 sec, but it does not update correctly if I place an if-statement inside the while-loop?