declared overloaded print fn
you can print from end now
This commit is contained in:
parent
e73f6f5e6e
commit
73d3b6f9c1
@ -20,4 +20,5 @@ namespace display
|
||||
{
|
||||
void begin(void); //INIT LCD DISPLAY
|
||||
void print(String line_1, String line_2); //PRINT INTO LCD (OVERWRITING)
|
||||
void print(String line_1, String line_2, bool end); //PRINT INTO LCD WITH OPTION TO PRINT FROM END
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user