displaying numbers on an LCD? integer to string?
vampyre
Posts: 146
Hi all, I am hoping someone can help me out.
I'm using a BS2 with a 16x2 LCD. I want to make a timer/clock.. but i'm not sure how to print numbers to the LCD.
Am I going to have to convert the integers to strings? And if so, does anyone know where i can find out how to do that?
I had a feeling it would not work but i tried string = DEC value
didint' work
Thanks a lot for any help
I'm using a BS2 with a 16x2 LCD. I want to make a timer/clock.. but i'm not sure how to print numbers to the LCD.
Am I going to have to convert the integers to strings? And if so, does anyone know where i can find out how to do that?
I had a feeling it would not work but i tried string = DEC value
didint' work
Thanks a lot for any help
Comments
I was afraid i was going to have to write a whole messy routine.