johnny78
Full Member level 5
hi Guys
i need to display my scale weight on 5 digits 7 segment display
i've used Dean reading Arduino library for this & it works for 5 digits
how to display numbers with decimal point?
ive tried to declare the variable as float but it didnt work
this shows number 100 on the display
i have read about the data types But i couldnt understand why it shows 100
what do u suggest ?
here is the Library i use
thanks
Johnny
i need to display my scale weight on 5 digits 7 segment display
i've used Dean reading Arduino library for this & it works for 5 digits
how to display numbers with decimal point?
ive tried to declare the variable as float but it didnt work
Code:
float test = 99.5;
i have read about the data types But i couldnt understand why it shows 100
what do u suggest ?
here is the Library i use
thanks
Johnny
Last edited: