manoharn
Junior Member level 2

- Joined
- Jun 5, 2012
- Messages
- 24
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Bangalore,India
- Activity points
- 1,429
hi guys
i want to display 32 bit number in lcd so i initialized the variable as int32 but unable to display.i am using pic microcontroller and ccsc compiler.
in ccsc manual they given like
c Character
s String or character
u Unsigned int
d Signed int
Lu Long unsigned int
Ld Long signed int
what is the format to display or print int32 and double values
i want to display 32 bit number in lcd so i initialized the variable as int32 but unable to display.i am using pic microcontroller and ccsc compiler.
in ccsc manual they given like
c Character
s String or character
u Unsigned int
d Signed int
Lu Long unsigned int
Ld Long signed int
what is the format to display or print int32 and double values