├── LICENSE ├── README.md ├── XPT2046.cpp ├── XPT2046.h ├── examples ├── XPTCalibrate │ └── XPTCalibrate.ino └── XPTPaint │ └── XPTPaint.ino └── library.properties /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/README.md -------------------------------------------------------------------------------- /XPT2046.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/XPT2046.cpp -------------------------------------------------------------------------------- /XPT2046.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/XPT2046.h -------------------------------------------------------------------------------- /examples/XPTCalibrate/XPTCalibrate.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/examples/XPTCalibrate/XPTCalibrate.ino -------------------------------------------------------------------------------- /examples/XPTPaint/XPTPaint.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/examples/XPTPaint/XPTPaint.ino -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spapadim/XPT2046/HEAD/library.properties --------------------------------------------------------------------------------