From fe57b5ce27d7105a90a501dfd04c36698bf9bab4 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Aug 2019 05:32:31 -0500 Subject: Add display header and source files to separate display related functions. --- display.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 display.h (limited to 'display.h') diff --git a/display.h b/display.h new file mode 100644 index 0000000..3a9db75 --- /dev/null +++ b/display.h @@ -0,0 +1,4 @@ +#include "lcd.h" + +void display_Intro(); +void display_Lcd_Layout(); \ No newline at end of file -- cgit v1.2.3-54-g00ecf