https://github.com/adafruit/adafruit_touchscreen
Arduino library for 4-wire resistive touchscreens
https://github.com/adafruit/adafruit_touchscreen
arduino-library
Last synced: 3 months ago
JSON representation
Arduino library for 4-wire resistive touchscreens
- Host: GitHub
- URL: https://github.com/adafruit/adafruit_touchscreen
- Owner: adafruit
- License: other
- Created: 2011-01-14T20:49:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T15:13:42.000Z (over 1 year ago)
- Last Synced: 2025-04-05T00:08:05.119Z (3 months ago)
- Topics: arduino-library
- Language: C++
- Homepage: http://www.adafruit.com/index.php?main_page=product_info&cPath=35&products_id=333
- Size: 153 KB
- Stars: 290
- Watchers: 53
- Forks: 214
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Adafruit TouchScreen Library [](https://github.com/adafruit/Adafruit_TouchScreen/actions)
This is the 4-wire resistive touch screen firmware for Arduino. Works with all Arduinos and Teensy
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
# Contributing
Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit_TouchScreen/blob/master/CODE_OF_CONDUCT.md>)
before contributing to help this project stay welcoming.## Documentation and doxygen
Documentation is produced by doxygen. Contributions should include documentation for any new code added.Some examples of how to use doxygen can be found in these guide pages:
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
Written by Limor Fried for Adafruit Industries.
BSD license, check license.txt for more information
All text above must be included in any redistributionTo install, use the Arduino Library Manager and search for "Adafruit TouchScreen" and install the library.