diff options
Diffstat (limited to 'glcdconf.h')
-rw-r--r-- | glcdconf.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/glcdconf.h b/glcdconf.h new file mode 100644 index 00000000..d7a9f583 --- /dev/null +++ b/glcdconf.h @@ -0,0 +1,24 @@ +#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 + |