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@0:f2fda7f69e5a, 2020-11-02 (annotated)
- Committer:
- JohnnyK
- Date:
- Mon Nov 02 21:14:08 2020 +0000
- Revision:
- 0:f2fda7f69e5a
- Child:
- 1:ca8fdb4d4afc
First release - beta
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JohnnyK | 0:f2fda7f69e5a | 1 | |
JohnnyK | 0:f2fda7f69e5a | 2 | class TouchScreenPort{ |
JohnnyK | 0:f2fda7f69e5a | 3 | protected: |
JohnnyK | 0:f2fda7f69e5a | 4 | int getADCvalue(int pin); |
JohnnyK | 0:f2fda7f69e5a | 5 | void setDigitalPin(int pin, int dir, int value); |
JohnnyK | 0:f2fda7f69e5a | 6 | }; |