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

TS_porting.h

Committer:
JohnnyK
Date:
2020-11-02
Revision:
0:f2fda7f69e5a
Child:
1:ca8fdb4d4afc

File content as of revision 0:f2fda7f69e5a:


class TouchScreenPort{
    protected:
    int getADCvalue(int pin);
    void setDigitalPin(int pin, int dir, int value);
};