added glcdconf.h file

ugfx_release_2.6
Tectu 2012-06-12 19:24:27 +02:00
parent 346fec7eb4
commit cb0cbb29e8
1 changed files with 14 additions and 0 deletions

14
glcdconf.h 100644
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