aboutsummaryrefslogtreecommitdiffstats
path: root/glcdconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcdconf.h')
-rw-r--r--glcdconf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/glcdconf.h b/glcdconf.h
new file mode 100644
index 00000000..b623f54b
--- /dev/null
+++ b/glcdconf.h
@@ -0,0 +1,14 @@
+#ifndef GLCDCONF_H
+#define GLCDCONF_H
+
+
+/***** LCD CONTROLLER *****/
+#define LCD_USE_SSD1289
+//#define LCD_USE_S6D1121
+
+
+/***** TOUCHPAD CONTROLLER *****/
+#define TOUCHPAD_USE_ADS7843
+
+
+#endif