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