aboutsummaryrefslogtreecommitdiffstats
path: root/glcdconf.h
blob: 323386bf3c44d44ea4d12063ec44ea566030882f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef GLCDCONF_H
#define GLCDCONF_H


/***** 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