BayEOS-Arduino  1.8.0_0.0.4
HW_AVR.h
1 void UTFT::_convert_float(char *buf, double num, int width, byte prec)
2 {
3  dtostrf(num, width, prec, buf);
4 }