diff --git a/glcdconf.h b/glcdconf.h new file mode 100644 index 00000000..b623f54b --- /dev/null +++ b/glcdconf.h @@ -0,0 +1,14 @@ +#ifndef GLCDCONF_H +#define GLCDCONF_H + + +/***** LCD CONTROLLER *****/ +#define LCD_USE_SSD1289 +//#define LCD_USE_S6D1121 + + +/***** TOUCHPAD CONTROLLER *****/ +#define TOUCHPAD_USE_ADS7843 + + +#endif