Added touch sources

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-10-15 12:07:36 +02:00
parent 5c72d046ef
commit b299875ae1
3 changed files with 14 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef TOUCH_H
#define TOUCH_H
#include <Arduino.h>
#include <TFT_eSPI.h>
extern TFT_eSPI tft;
#endif