Add tftDriverName

This commit is contained in:
fvanroie 2020-03-30 16:30:25 +02:00
parent c2655cc5e1
commit f47cd7b6a0

View File

@ -9,5 +9,6 @@ void tftLoop(void);
void tftStop(void);
void tftShowConfig(TFT_eSPI & tft);
String tftDriverName();
#endif