初始化提交
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
void LCD5110::_convert_float(char *buf, double num, int width, byte prec)
|
||||
{
|
||||
dtostrf(num, width, prec, buf);
|
||||
}
|
||||
Reference in New Issue
Block a user