View previous topic :: View next topic |
Author |
Message |
sraiderk
Joined: 09 Feb 2005 Posts: 48
|
printf(lcd_putc,"%???",variable_int32); |
Posted: Sat Sep 24, 2005 1:48 am |
|
|
Hi,
I want to display variable in the in32 on lcd. How can I make it?
printf(lcd_putc,"%???",variable_int32); |
|
|
Guest
|
|
Posted: Sat Sep 24, 2005 6:07 am |
|
|
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
|
|
Posted: Sat Sep 24, 2005 6:28 am |
|
|
You can also read the manual. There are examples in there. |
|
|
|
|
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
|