|
@@ -0,0 +1,9 @@
|
|
|
+#ifndef DCLOAD_SCREEN_H
|
|
|
+#define DCLOAD_SCREEN_H
|
|
|
+void screen_clear(char empty);
|
|
|
+void print_chars(int x1,int z, char * text,int len);
|
|
|
+void print_chars2(int x1,int len);
|
|
|
+void print_char(int x1,int z, char text);
|
|
|
+void print_line(int x1);
|
|
|
+void writeNum2(char * command, uint16_t txt);
|
|
|
+#endif // DCLOAD_SCREEN_H
|