I need to print the a double value on the LCD.
Which kind of conversion I need?
If I do like:
double x=0.123232;
LCD.drawString("Value: ",x,1,1);
nothing is displayed because I bet the concatenation property is not implemented.
Any suggestions?
