summaryrefslogtreecommitdiff
path: root/inc/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/conf.h')
-rw-r--r--inc/conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/conf.h b/inc/conf.h
new file mode 100644
index 0000000..30fceb0
--- /dev/null
+++ b/inc/conf.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#define CHR_WIDTH 8
+#define CHR_HEIGHT 16
+#define DISPLAY_WIDTH 400
+#define DISPLAY_HEIGHT 224