aboutsummaryrefslogtreecommitdiffstats
path: root/glcdconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcdconf.h')
-rw-r--r--glcdconf.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/glcdconf.h b/glcdconf.h
deleted file mode 100644
index b6445e93..00000000
--- a/glcdconf.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef GLCDCONF_H
-#define GLCDCONF_H
-
-#define SCREEN_WIDTH 240
-#define SCREEN_HEIGHT 320
-
-/***** LCD CONTROLLER *****/
-#define LCD_USE_SSD1289
-// #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_XPT2046
-
-
-#endif