can we flash float value on LCD 16*2.. what commands or function used for it. i am trying to flash float value but it display integr value. it discard the value after the point..pls give your suggections
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