TS library is for the 4-wire resistive Touch Screen (without an interface) which is usually included on TFT LCD like are MCUFriend displays.

Revision:
0:f2fda7f69e5a
Child:
1:ca8fdb4d4afc
diff -r 000000000000 -r f2fda7f69e5a TS_porting.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TS_porting.h	Mon Nov 02 21:14:08 2020 +0000
@@ -0,0 +1,6 @@
+
+class TouchScreenPort{
+    protected:
+    int getADCvalue(int pin);
+    void setDigitalPin(int pin, int dir, int value);
+};