Understanding Touchscreen Technology and Design

Embedded in phones, office equipment, speakers,touchscreens are also very exciting because they can
digital photo frames, TV control buttons, remotedetect multiple touches simultaneously.
controls, GPS systems, automotive keyless entry, andHow Touchscreens Work
medical monitoring equipment, touchscreens areWe’ll take a look inside the two most common
everywhere. As a component, they have reached intotouchscreen technologies. The most widely used
every industry, every product type, every size, andtouchscreen technology is resistive. Most people have
every application at every price point. Touchscreensused one of these resistive touchscreens before in the
are everywhere. In fact, if a product has an LCD orATM at the bank, in the credit card checkout in most
buttons, a designer somewhere is probably evaluatingstores, or even for entering an order in a restaurant.
how they too can implement touchscreen technology.Projective capacitance touchscreens, on the other
As with any technology, there are many differenthand, are not as broadly available yet, but are gaining
ways to implementation approaches, many promisesmarket momentum. Many cellphones and portable
of performance, and many different technicalmusic players are beginning to come to market with
considerations when designing a touchscreen.projective capacitance interfaces. Both resistive and
Anatomy of a Touchscreencapacitive technologies have a strong electrical
Knowing what you need is an important first step incomponent, both use ITO (Indium-Tin-Oxide, a clear
designing a touchscreen product. Vendors in theconductor), and both will be around for a long time to
touchscreen supply chain frequently offer differentcome.
pieces of the puzzle, often times combining several toA resistive touchscreen consists of a flexible top layer,
create a value chain for the end customer.then a layer of ITO (Indium-Tin-Oxide), an air gap and
The front panel or bezel is the outermost skin of thethen another layer of ITO. The panel has 4 wires
end product. In some products, this bezel willattached to the ITO layers: one on the left and right
encompass a protective clear overlay to keepsides of the ‘X’ layer, and one on the top and
weather and moisture out of the system and to resistbottom sides of the ‘Y’ layer.
scratching and vandalism to the underlying sensorStackup Layers for “Resistive” (Left) and
technology. Other times, the outmost bezel simply“Capacitive” (Right) Screens
covers the edges of the underlying touch sensor; in thisA touch is detected when the flexible top layer is
case, it is purely decorative.pressed down to contact the lower layer. The location
#2 Touch Controllerof a touch is measured in two steps: First, the ‘X
The touch-controller is generally a smallright’ is driven to a known voltage, and the ‘X
microcontroller-based chip that sits between the touchleft’ is driven to ground and the voltage is read
sensor and the embedded system controller. This chipfrom a Y sensor. This provides the X coordinate. This
can either be located on a controller board inside theprocess is repeated for the other axis to determine
system or it can be located on a flexible printed circuitthe exact finger position.
(FPC) affixed to the glass touch sensor. ThisResistive touchscreens also come in 5-wire, and
touch-controller takes information from the touch8-wire versions. The 5-wire version replaces the top
sensor and translates it into information that the PC orITO layer with a lowresistance “conductive
embedded system controller can understand.layer” that provides better durability. The 8-wire
#3 Touch Sensorpanel was developed to enable higher resolution by
A touchscreen “sensor” is a clear glass panelenabling better calibration of the panel’s
with a touch responsive surface. This sensor is placedcharacteristics.
over an LCD so that the touch area of the panelThere are several drawbacks to resistive technology.
covers the viewable area of the video screen. ThereThe flexible top layer has only 75%-80% clarity and
are many different touch sensor technologies on thethe resistive touchscreen measurement process has
market today, each using a different method to detectseveral error sources. If the ITO layers are not uniform,
touch input. Fundamentally, these technologies all usethe resistance will not vary linearly across the sensor.
an electrical current running through the panel that,Measuring voltage to 10 or 12-bit precision is required,
when touched, causes a voltage or signal change. Thiswhich is difficult in many environments.
voltage change is sensed by the touch controller toMany of the existing resistive touchscreens also
determine the location of the touch on the screen.require periodic calibration to realign the touch points
#4 Liquid Crystal Displaywith the underlying LCD image.
Most touchscreen systems work over traditionalConversely, projected capacitive touchscreens have
LCDs. LCDs for a touch-enabled product should beno moving parts. The only thing between the LCD and
chosen for the same reasons they would in athe user is ITO and glass, which have near 100%
traditional system: resolution, clarity, refresh speed, andoptical clarity. The projected capacitance sensing
cost. One major consideration for a touchscreen,hardware consists of a glass top layer (see figure 2),
however, is the level of electrical emission. Becausefollowed by an array of X sensors, an insulting layer,
the technology in the touch sensor is based on smallthen an array of Y sensors on a glass substrate. The
electrical changes when the panel is touched, an LCDpanel will have a wire for each X and Y sensor, so a
that emits a lot of electrical noise can be difficult to5 x 6 panel will have 11 connections (as shown in
design around.Figure 3 below), while a 10 x 14 panel will have 24
Touch sensor vendors should be consulted beforesensor connections.
choosing an LCD for a touchscreen system.Signal Intensity at Rows and Columns Denote Location
#5 System Softwareof Touch
Touchscreen driver software can be either shippedAs a finger or other conductive object approaches the
from the factory (within the embedded OS of a cellscreen, it creates a capacitor between the sensors
phone) or offered as add-on software (like adding aand the finger. This capacitor is small relative to the
touchscreen to a traditional PC). This software allowsothers in the system (about .5pF out of
the touchscreen and system controller to work20pF), but it is readily measured. One common
together and tells the product’s operating systemmeasuring technique known as Capacitive Sensing
how to interpret the touch event information that isusing a Sigma-Delta Modulator (CSD) involves rapidly
sent from the controller. In a PC-style application, mostcharging the capacitor and measuring the discharge
touchscreen drivers work like a PC mouse. Thistime through a bleed resistor.
makes touching the screen similar to clicking theA projected capacitive sensor array is designed so
mouse at the same location on the screen. Inthat a finger will interact with more than one X sensor
embedded systems, the embedded controller driverand more than one Y sensor at a time. This enables
must compare the information presented on thesoftware to accurately determine finger position to a
screen to the location of the received touch.very fine degree through interpolation.
The Big Three of Touchscreen TechnologySince projected capacitive panels have multiple
Resistive Touchscreens are the most commonsensors, they can detect multiple fingers
touchscreen technology. They are used in high-trafficsimultaneously, which is impossible with other
applications and are immune to water or other debristechnologies. In fact, projective capacitance has been
on the screen. Resistive touchscreens are usually theshown to detect up to ten fingers at the same time.
lowest cost touchscreen implementation. BecauseThis enables exciting new applications based on
they react to pressure, they can be activated by amultiple finger presses, including multiplayer gaming on
finger, gloved hand, stylus or other object like a credithandheld electronics or playing an touchscreen piano.
card.Without question, touchscreens are great looking. They
Surface Capacitive Touchscreens provide a muchhave begun to define a new user interface and
clearer display than the plastic cover typically used in aindustrial design standard that is being adopted the
resistive touchscreen. In a surface capacitive display,world over. In everything from heart rate monitors to
sensors in the four corners of the display detectthe latest all-in-one printers, touchscreens are quickly
capacitance changes due to touch. Thesebecoming the standard of technology design. Beyond
touchscreens can only be activated by a finger orjust looks, however, touchscreens provide an
other conductive object.unparalleled level of security from tampering,
Projected Capacitive Touchscreens are the latestresistance from weather, durability from wear, and
entry to the market. This technology also offerseven enable entirely new markets with unique features
superior optical clarity, but it has significant advantagessuch as multi-touch touchscreens. With touchscreens
over surface capacitive screens. Projected capacitivemaking their way into so many types of products,
sensors require no positional calibration and provideit’s imperative that design engineers understand the
much higher positional accuracy. Projected capacitivetechnology ecosystem and technology availability.