added glcdconf.h file

This commit is contained in:
Tectu 2012-06-12 19:24:27 +02:00
parent 346fec7eb4
commit cb0cbb29e8

14
glcdconf.h Normal file
View File

@ -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