Hi Guys. I'm new to arduino programming. Im using a mcufriend_kbv 3.5 tft and I would like to make a code that when you press a button on the screen, it will start a 10 minute countdown displaying hh:mm:ss on the touchscreen. Is this possible without using the Clock module DS3231 or DS1302?
Can you check my code? Its a little mess but I think I could use your help. I followed your advice and make use of the millis function but when I display the time counting down, the screen becomes a mess as if the tft touchscreen is not updating the numbers it is displaying and just overlapping the characters.
Hi. Maybe but for that purpose you have to publish it. And please in code tags as required in the forum. If you have an overlapping the characters on the screen, you maybe need to erase the old one and then print the new one. Erasure is fastest and most good by printing the old but with the background color and then printing a new one with the normal color.