Microcontroller › AVR › lcd › if you want to display float
May 29, 2016 at 6:47 pm
#13949
Participant
if you want to display float value upto exact decimal point. first convert whole value into integar by multiplying it with 100 or 1000. like if u want to display 194.76 then multiply it first with 100 so it will become 19476
now saparate each digit, convert them into ASCII and display them on LCD with decimal point at required place