diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-08-01 05:32:31 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-08-01 05:32:31 -0500 |
commit | fe57b5ce27d7105a90a501dfd04c36698bf9bab4 (patch) | |
tree | e628da2eb2f32bb437d208dd2eb7ea63ffc55234 /display.h | |
parent | d866095fb395e468be7facfc636f2ee501398498 (diff) |
Add display header and source files to separate display related functions.
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 |