Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodmer committed Jan 8, 2022
1 parent 6df79d0 commit 1242ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// within button
***************************************************************************************/

class TFT_eSPI_Button {
class TFT_eSPI_Button : public TFT_eSPI {

public:
TFT_eSPI_Button(void);
Expand Down
1 change: 1 addition & 0 deletions User_Setup_Select.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1242ba1

Please sign in to comment.