aboutsummaryrefslogtreecommitdiffstats
path: root/glcdconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcdconf.h')
-rw-r--r--glcdconf.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/glcdconf.h b/glcdconf.h
index d8a15e06..657ee32d 100644
--- a/glcdconf.h
+++ b/glcdconf.h
@@ -4,11 +4,18 @@
/***** LCD CONTROLLER *****/
#define LCD_USE_SSD1289
-//#define LCD_USE_S6D1121
+// #define LCD_USE_S6D1121
+
+
+/***** LCD INTERFACE *****/
+#define LCD_USE_GPIO
+// #define LCD_USE_SPI
+// #define LCD_USE_FSMC
/***** TOUCHPAD CONTROLLER *****/
-//#define TOUCHPAD_USE_ADS7843
+// #define TOUCHPAD_USE_ADS7843
#define TOUCHPAD_USE_XPT2046
+
#endif