john120
Banned
- Joined
- Aug 13, 2011
- Messages
- 257
- Helped
- 11
- Reputation
- 22
- Reaction score
- 10
- Trophy points
- 1,298
- Activity points
- 0
Hello guys I am writing a program in ccs c which will display a percantage of calculations made but I have a great problem to display for example 10% on the lcd.
for example how can I collect this for the lcd to print out 52%:
delay_ms(500);
printf(lcd_putc,"\f52");
delay_ms(500);
thx
for example how can I collect this for the lcd to print out 52%:
delay_ms(500);
printf(lcd_putc,"\f52");
delay_ms(500);
thx