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

printf(lcd_putc,"%???",variable_int32);

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



Joined: 09 Feb 2005
Posts: 48

View user's profile Send private message

printf(lcd_putc,"%???",variable_int32);
PostPosted: Sat Sep 24, 2005 1:48 am     Reply with quote

Hi,

I want to display variable in the in32 on lcd. How can I make it?

printf(lcd_putc,"%???",variable_int32);
Guest








PostPosted: Sat Sep 24, 2005 6:07 am     Reply with quote

printf(lcd_putc,"%ld",variable_int32);
printf(lcd_putc,"%d",variable_int32);
printf(lcd_putc,"%lx",variable_int32);
printf(lcd_putc,"%lX",variable_int32);

do some experiment, you can find it out by yourself.

best wishes
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Sat Sep 24, 2005 6:28 am     Reply with quote

You can also read the manual. There are examples in there.
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