polargraph_arduino/libraries/UTFT/hardware/avr/HW_AVR.h

5 lines
112 B
C
Raw Normal View History

2019-08-31 22:31:33 +02:00
void UTFT::_convert_float(char *buf, double num, int width, byte prec)
{
dtostrf(num, width, prec, buf);
}