Touch Screen Library: Unterschied zwischen den Versionen

Aus ProjectWiki
Wechseln zu:Navigation, Suche
K (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...")
(kein Unterschied)

Version vom 17. November 2014, 04:09 Uhr

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)

How to use

Options

Other Display Types

Sample

Download