From 233edece248978e3787f39736c696e6445d2bc92 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sat, 2 May 2020 00:53:18 +0200 Subject: [PATCH] Code clean-up --- src/hasp_tft.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hasp_tft.cpp b/src/hasp_tft.cpp index b8f07ed0..ba8f74f8 100644 --- a/src/hasp_tft.cpp +++ b/src/hasp_tft.cpp @@ -98,6 +98,7 @@ void tftShowConfig(TFT_eSPI & tft) #if defined(ARDUINO_ARCH_ESP8266) Log.verbose(F("TFT: SPI overlap : %s"), (tftSetup.overlap == 1) ? PSTR("Yes") : PSTR("No")); #endif + if(tftSetup.tft_driver != 0xE9D) // For ePaper displays the size is defined in the sketch { Log.verbose(F("TFT: Driver : %s"), tftDriverName().c_str()); // tftSetup.tft_driver);