clock reading numbers as text.
in
Programming Questions
•
3 years ago
I'm trying to create a clock that, rather than displaying numbers, displays actual text. For example, the clock would display the number 1 as 'one'. My question is: what's the easiest way to go about making the text change every second? If I map my code to the specific time of day, is there a way to tell it to display words rather than numbers? Or should I actually type out the text and have it change every second and cycle back to 'one' after 60 seconds?
Let me know if you need me to clarify my question, and thanks for the help!
1