LCD Character Spacing Code Help

Status
Not open for further replies.

Suraj143

Active Member
The below code will print the character on the LCD on 1st column.

Code:
Lcd_Out(1,1,"H");

But when I use below "ShortToStr" it will show the hour number on 4th column.

Code:
ShortToStr(hours,text);
            Lcd_Out(1,1,text);

My maximum hour count will go to 99.
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…