From 1242ba14d1f4eca3cf7dba8c97f713e3c488a18b Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 8 Jan 2022 02:02:29 +0000 Subject: [PATCH] Bug fix --- Extensions/Button.h | 2 +- User_Setup_Select.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Extensions/Button.h b/Extensions/Button.h index 99da997..7e0c509 100644 --- a/Extensions/Button.h +++ b/Extensions/Button.h @@ -6,7 +6,7 @@ // within button ***************************************************************************************/ -class TFT_eSPI_Button { +class TFT_eSPI_Button : public TFT_eSPI { public: TFT_eSPI_Button(void); diff --git a/User_Setup_Select.h b/User_Setup_Select.h index 4c6f0aa..e7bf96f 100644 --- a/User_Setup_Select.h +++ b/User_Setup_Select.h @@ -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