Touch Screen Library
Aus ProjectWiki
Version vom 17. November 2014, 04:09 Uhr von Mat (Diskussion | Beiträge) (Created page with "==Overview== Based on the Appnote [http://www.atmel.com/Images/doc2526.pdf AVR341 - Four and five wire Resistive Touch Screen Controller] by Atmel, this library handles everythin...")
Inhaltsverzeichnis
Overview
Based on the Appnote AVR341 - Four and five wire Resistive Touch Screen Controller by Atmel, this library handles everything needed to use a 4-wire resistive touchscreen in Bascom.
Features:
- Interrupt-controlled sampling
- Touch contact pressure measurement
- Adjustable sampling rate
- Screen coordinate calibration (stored in EEPROM)
- Screen rotation
- Click/Drag detection
- AtXMega, AtMega (untested)