aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-12 19:24:27 +0200
committerTectu <joel@unormal.org>2012-06-12 19:24:27 +0200
commitcb0cbb29e89bc84e1a56794177c9e8325bf4a32d (patch)
treee9771762c43cd8aaf02de4d1197df5eb76859fec
parent346fec7eb4a9e2542e51a17449b672b034964873 (diff)
downloaduGFX-cb0cbb29e89bc84e1a56794177c9e8325bf4a32d.tar.gz
uGFX-cb0cbb29e89bc84e1a56794177c9e8325bf4a32d.tar.bz2
uGFX-cb0cbb29e89bc84e1a56794177c9e8325bf4a32d.zip
added glcdconf.h file
-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