From f47cd7b6a056d8f0098988bc2a3e397075eff8df Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 30 Mar 2020 16:30:25 +0200 Subject: [PATCH] Add tftDriverName --- src/hasp_tft.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hasp_tft.h b/src/hasp_tft.h index de01c69c..b3e5bca2 100644 --- a/src/hasp_tft.h +++ b/src/hasp_tft.h @@ -9,5 +9,6 @@ void tftLoop(void); void tftStop(void); void tftShowConfig(TFT_eSPI & tft); +String tftDriverName(); #endif \ No newline at end of file