aboutsummaryrefslogtreecommitdiff
path: root/src/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lcd.h')
-rw-r--r--src/lcd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lcd.h b/src/lcd.h
new file mode 100644
index 0000000..bbe1280
--- /dev/null
+++ b/src/lcd.h
@@ -0,0 +1,7 @@
+#ifndef LCD_H
+#define LCD_H
+
+#define LCD_WIDTH 240
+#define LCD_HEIGHT 240
+
+#endif