Difference between revisions of "Interfacing with a touchscreen"

From Mech
Jump to navigationJump to search
Line 5: Line 5:
Spec sheet: [http://solutions.3m.com/wps/portal/3M/en_US/3MTouchSystems/TS/Solutions/Electronics/EXII-Controller/]
Spec sheet: [http://solutions.3m.com/wps/portal/3M/en_US/3MTouchSystems/TS/Solutions/Electronics/EXII-Controller/]
(Use the last .pdf under Reference Materials)
(Use the last .pdf under Reference Materials)

== Overview ==

The goal of the project is to interface the PIC18F4520 with the 3M EX II 7720SC capacitive touchscreen. The spec sheet is located here: [http://solutions.3m.com/wps/portal/3M/en_US/3MTouchSystems/TS/Solutions/Electronics/EXII-Controller/] (Use the last .pdf under Reference Materials). In addition, when a finger makes contact with the touchscreen, the X-Y coordinates will be displayed on a JHD 162A Parallel LCD (see [[C Example: Parallel Interfacing with LCDs]]).



JHD 162A LCD
== Circuit ==


== Code ==


== Further Reading ==

Revision as of 21:38, 9 February 2009

Original Assignment

Interface the PIC with a surplus touchscreen from the LIMS lab and display (x,y) data on an LCD screen (see, e.g., C Example: Serial LCD or C Example: Parallel Interfacing with LCDs) or a PC (e.g., matlab or hyperterminal).

Spec sheet: [1] (Use the last .pdf under Reference Materials)

Overview

The goal of the project is to interface the PIC18F4520 with the 3M EX II 7720SC capacitive touchscreen. The spec sheet is located here: [2] (Use the last .pdf under Reference Materials). In addition, when a finger makes contact with the touchscreen, the X-Y coordinates will be displayed on a JHD 162A Parallel LCD (see C Example: Parallel Interfacing with LCDs).


JHD 162A LCD

Circuit

Code

Further Reading