CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

lcd 2x16 display

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
ILLIAS28



Joined: 11 Jan 2011
Posts: 42

View user's profile Send private message

lcd 2x16 display
PostPosted: Tue May 27, 2014 10:21 am     Reply with quote

I'm trying to display the date and the time on a 2x16 lcd display, but the problem is when for example the time is 08:05 it only display 8: 5. What is wrong i am doing? Here the part of the code i wrote to display the time:
Code:
lcd_gotoxy(1,1);
printf(lcd_putc,"%2i/%2i/%2i  %2i:%2i",day,month,year,h,m);

All the variables are declared as integer.
thanks
_________________
i am newbe
Ttelmah



Joined: 11 Mar 2010
Posts: 19366

View user's profile Send private message

PostPosted: Tue May 27, 2014 10:30 am     Reply with quote

Look in a C textbook.....

What is the difference between %2i, and %02i for printf formatting?.
ILLIAS28



Joined: 11 Jan 2011
Posts: 42

View user's profile Send private message

PostPosted: Tue May 27, 2014 12:02 pm     Reply with quote

many thanks Ttelmah FOR YOUR HELP. It's ok now
_________________
i am newbe
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group