Updates for G33-LCD interface

This commit is contained in:
LVD-AC
2017-07-07 09:43:33 +02:00
committed by Scott Lahteine
parent 186580b55f
commit 4bc79ec877
10 changed files with 92 additions and 45 deletions

View File

@@ -47,7 +47,7 @@ void safe_delay(millis_t ms);
char* ftostr12ns(const float &x);
// Convert signed float to fixed-length string with 023.45 / -23.45 format
char *ftostr32(const float &x);
char* ftostr32(const float &x);
// Convert float to fixed-length string with +123.4 / -123.4 format
char* ftostr41sign(const float &x);