Bug fix
This commit is contained in:
parent
6df79d020b
commit
1242ba14d1
|
|
@ -6,7 +6,7 @@
|
||||||
// within button
|
// within button
|
||||||
***************************************************************************************/
|
***************************************************************************************/
|
||||||
|
|
||||||
class TFT_eSPI_Button {
|
class TFT_eSPI_Button : public TFT_eSPI {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TFT_eSPI_Button(void);
|
TFT_eSPI_Button(void);
|
||||||
|
|
|
||||||
|
|
@ -218,6 +218,7 @@
|
||||||
#define TFT_DRIVER 0x0000
|
#define TFT_DRIVER 0x0000
|
||||||
#else
|
#else
|
||||||
#define TFT_DRIVER 0x0000
|
#define TFT_DRIVER 0x0000
|
||||||
|
# error "####### NO TFT DRIVER DEFINED #######"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// These are the pins for ESP8266 boards
|
// These are the pins for ESP8266 boards
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue