ADGAN
Full Member level 5
- Joined
- Oct 9, 2013
- Messages
- 295
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 18
- Activity points
- 1,837
Hi! I want to display a float value with more than 4 decimal points on the LCD display. I'm using MikroC pro. I tried floattostr function but it only displays one decimal point. After that it shoes like ' e-2'. The sprintf function is also not available since I'm using PIC16F887.