aboutsummaryrefslogtreecommitdiffstats
path: root/glcdconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcdconf.h')
-rw-r--r--glcdconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/glcdconf.h b/glcdconf.h
index 657ee32d..323386bf 100644
--- a/glcdconf.h
+++ b/glcdconf.h
@@ -8,14 +8,14 @@
/***** LCD INTERFACE *****/
-#define LCD_USE_GPIO
+// #define LCD_USE_GPIO
// #define LCD_USE_SPI
-// #define LCD_USE_FSMC
+#define LCD_USE_FSMC
/***** TOUCHPAD CONTROLLER *****/
// #define TOUCHPAD_USE_ADS7843
-#define TOUCHPAD_USE_XPT2046
+//#define TOUCHPAD_USE_XPT2046
#endif