[ADD] formatting lcd text

This commit is contained in:
Sem van der Hoeven
2021-04-06 13:39:54 +02:00
parent 3f7c1f9ee3
commit b7c1a25671
14 changed files with 2126 additions and 1703 deletions

View File

@@ -24,6 +24,7 @@ void lcd_write_character(unsigned char byte);
void lcd_write_command(unsigned char byte);
void lcd_clear();
void lcd_write_int(int number);
void lcd_write_double(char prefix[], double number, char suffix[]);