diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |