Type Writer Effect (Non blocking)
I’m working on a type writer effect print on a nextion display. Originally I went with a for loop and it was working well except for the fact it was blocking the rest of the loop (I have a countdown going and it was frozen during the times the prompts were being printed on the nextion display). With this If statement approach, I’m only getting one character each time the prompts are called. Thanks!