aboutsummaryrefslogtreecommitdiffstats
path: root/glcdconf.h
diff options
context:
space:
mode:
authortrsaunders <trsaunders@gmail.com>2012-06-19 23:35:16 +0100
committertrsaunders <trsaunders@gmail.com>2012-06-19 23:35:16 +0100
commit45aa4742aa0d4e62c9119e8a5eea2e2582e9f415 (patch)
tree477e3b5973792acd649c96c57a66d5a17d505887 /glcdconf.h
parent57c7ec763be48bfc0fa5801191092fcace8e761b (diff)
downloaduGFX-45aa4742aa0d4e62c9119e8a5eea2e2582e9f415.tar.gz
uGFX-45aa4742aa0d4e62c9119e8a5eea2e2582e9f415.tar.bz2
uGFX-45aa4742aa0d4e62c9119e8a5eea2e2582e9f415.zip
added warning
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 323386bf..f8cb83cd 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