diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-11-27 17:11:05 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-11-27 17:11:05 +0100 |
commit | 792bc3889e4aacaf51a58e00568776c0f6c1029a (patch) | |
tree | effd09baf6370d7b0253ec683795041429fc0fa9 | |
parent | d90daf0cb265911b2e9dc7d90c04d91d383e2162 (diff) | |
download | uGFX-792bc3889e4aacaf51a58e00568776c0f6c1029a.tar.gz uGFX-792bc3889e4aacaf51a58e00568776c0f6c1029a.tar.bz2 uGFX-792bc3889e4aacaf51a58e00568776c0f6c1029a.zip |
Adding readme files for implicitly supported touchscreen controllers
-rw-r--r-- | drivers/ginput/touch/TSC2046/readme.txt | 1 | ||||
-rw-r--r-- | drivers/ginput/touch/UH7843/readme.txt | 1 | ||||
-rw-r--r-- | drivers/ginput/touch/XPT2046/readme.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ginput/touch/TSC2046/readme.txt b/drivers/ginput/touch/TSC2046/readme.txt new file mode 100644 index 00000000..0e89e066 --- /dev/null +++ b/drivers/ginput/touch/TSC2046/readme.txt @@ -0,0 +1 @@ +Please use the ADS783 driver due to full compatibility with the TSC2046. diff --git a/drivers/ginput/touch/UH7843/readme.txt b/drivers/ginput/touch/UH7843/readme.txt new file mode 100644 index 00000000..a6f0a2c2 --- /dev/null +++ b/drivers/ginput/touch/UH7843/readme.txt @@ -0,0 +1 @@ +Please use the ADS783 driver due to full compatibility with the UH7843. diff --git a/drivers/ginput/touch/XPT2046/readme.txt b/drivers/ginput/touch/XPT2046/readme.txt new file mode 100644 index 00000000..60458d3d --- /dev/null +++ b/drivers/ginput/touch/XPT2046/readme.txt @@ -0,0 +1 @@ +Please use the ADS783 driver due to full compatibility with the XPT2046. |