aboutsummaryrefslogtreecommitdiff
path: root/examples/embedded_ui/DISPLAY.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded_ui/DISPLAY.h')
-rw-r--r--examples/embedded_ui/DISPLAY.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/embedded_ui/DISPLAY.h b/examples/embedded_ui/DISPLAY.h
new file mode 100644
index 0000000..45ca62e
--- /dev/null
+++ b/examples/embedded_ui/DISPLAY.h
@@ -0,0 +1,17 @@
+/*
+ * DISPLAY.h
+ *
+ * Created on: Dec 17, 2010
+ * Author: mlong
+ */
+
+#ifndef DISPLAY_H_
+#define DISPLAY_H_
+
+void DISPLAY_init();
+void DISPLAY_clear();
+unsigned int DISPLAY_get_line_capacity();
+unsigned int DISPLAY_get_line_insert_index();
+void DISPLAY_output(char * message);
+
+#endif /* DISPLAY_H_ */