added warning
This commit is contained in:
parent
57c7ec763b
commit
45aa4742aa
2 changed files with 4 additions and 3 deletions
1
glcd.h
1
glcd.h
|
@ -72,6 +72,7 @@ struct GLCDDriver {
|
||||||
/** @brief Virtual Methods Table.*/
|
/** @brief Virtual Methods Table.*/
|
||||||
const struct GLCDDriverVMT *vmt;
|
const struct GLCDDriverVMT *vmt;
|
||||||
_base_asynchronous_channel_data
|
_base_asynchronous_channel_data
|
||||||
|
/* WARNING: Do not add any data to this struct above this comment, only below */
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
|
|
||||||
/***** LCD INTERFACE *****/
|
/***** LCD INTERFACE *****/
|
||||||
// #define LCD_USE_GPIO
|
#define LCD_USE_GPIO
|
||||||
// #define LCD_USE_SPI
|
// #define LCD_USE_SPI
|
||||||
#define LCD_USE_FSMC
|
//#define LCD_USE_FSMC
|
||||||
|
|
||||||
|
|
||||||
/***** TOUCHPAD CONTROLLER *****/
|
/***** TOUCHPAD CONTROLLER *****/
|
||||||
// #define TOUCHPAD_USE_ADS7843
|
// #define TOUCHPAD_USE_ADS7843
|
||||||
//#define TOUCHPAD_USE_XPT2046
|
#define TOUCHPAD_USE_XPT2046
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue