What is a touch screen, exactly?
A touch screen is a display that can detect where you're touching it and send that position to a microcontroller or computer. Unlike a regular LCD monitor — which only shows an image — a touch screen has an extra sensing layer on top of the glass that registers input. Think of it as a display and an input device fused into one.
Touch screens are everywhere: smartphones, ATMs, industrial control panels, medical equipment, smart home panels, and increasingly in maker projects using Arduino, Raspberry Pi, or ESP32. Once you understand the two main sensing technologies — capacitive and resistive — everything else becomes much easier to follow.
A touch screen = LCD panel + touch sensor layer. The LCD shows the image; the touch sensor detects finger or stylus input and reports the X/Y coordinates.
Capacitive vs resistive touch — the two big families
Most touch screens you'll encounter fall into one of two camps. Understanding the difference will save you from buying the wrong panel for your project.
Resistive touch screens
Resistive screens are the older, simpler technology. They have two thin flexible sheets separated by a tiny gap. When you press the screen, the sheets make contact and the panel registers a touch. Because they respond to physical pressure, they work with a fingernail, a stylus, or even a gloved hand.
You'll find resistive panels in older POS terminals, some industrial machines, and budget embedded displays. The downside: they require deliberate pressure, they scratch more easily, and they don't support multi-touch gestures naturally.
Capacitive touch screens
Capacitive screens are what you find in every modern smartphone and tablet. Instead of detecting pressure, they detect changes in an electrical field. The glass surface is coated with a transparent conductive material (usually indium tin oxide). When a bare fingertip — which conducts electricity — touches the screen, it distorts the local electric field and the controller calculates exactly where.
Standard capacitive screens need a conductor (your finger) to disturb the electric field. Regular gloves insulate your finger, so no signal reaches the sensor. "Touch-screen gloves" have conductive thread woven into the fingertips specifically to solve this.
Capacitive touch panels come in two sub-types: surface capacitive (older, less common) and projected capacitive (PCT or PCAP), which is what virtually all modern products use. Projected capacitive creates a full grid of sensing points across the panel, enabling precise multi-touch — the pinch-to-zoom, two-finger scroll, and tap-and-drag gestures you use every day.
| Feature | Resistive touch | Capacitive touch |
|---|---|---|
| Detection method | Physical pressure | Electric field distortion |
| Multi-touch | No (or very limited) | Yes — 2, 5, 10+ points |
| Works with gloves | Yes | Only special conductive gloves |
| Works with stylus | Any stylus | Capacitive stylus only |
| Optical clarity | Reduced (extra layers) | Excellent |
| Durability | Surface scratches more easily | Hard glass surface |
| Typical cost | Lower | Slightly higher |
What does TFT mean?
TFT stands for Thin-Film Transistor. It refers to the underlying LCD technology — not the touch layer. A TFT display has a tiny transistor for each pixel. This transistor acts like a switch, controlling the voltage applied to the liquid crystal material at that pixel to determine how much light passes through.
Almost every colour LCD screen you'll work with is technically a TFT. The term "TFT" tells you how the pixels are driven. What it doesn't tell you is how those pixels are physically arranged relative to each other — and that's where IPS comes in.
"TFT" and "IPS" are often placed in opposition, but they're not opposites. IPS is a type of TFT. The comparison people usually mean is IPS (a TFT with in-plane switching) vs standard TN-TFT (twisted nematic). When someone says "TFT" without qualification, they almost always mean a basic TN-TFT panel.
IPS vs TFT: what's the real difference?
The difference between IPS and standard TFT (TN) comes down to how the liquid crystal molecules in the panel are aligned and how they respond to the electric field.
In a standard TN-TFT panel, the crystals twist between the two glass layers. This works well straight-on but shifts colour noticeably when viewed at an angle — colours can wash out or even invert. In an IPS panel, the liquid crystals rotate in-plane (parallel to the glass). This produces consistent colour at wide angles, better colour accuracy, and higher contrast.
In-Plane Switching
- Wide viewing angle (≥160°)
- Accurate, consistent colour
- Better in bright environments
- Higher contrast ratio
- Ideal for UI-heavy displays
Twisted Nematic
- Narrower viewing angle
- Faster pixel response time
- Lower manufacturing cost
- Fine for single-user, direct view
- Common in budget displays
For most embedded and IoT applications — dashboards, wearables, handheld instruments — IPS is the better choice. The colour consistency matters when you're designing a UI that needs to look right from different angles, and the richer contrast makes text and icons pop even on a 1.69-inch screen.

Which should you choose?
Here's a simple decision framework for makers and developers choosing a small display module:
- Need multi-touch gestures (swipe, pinch, zoom)? → Capacitive touch
- Will it be used outdoors or with gloves? → Consider resistive touch
- Wide viewing angle is important? → IPS panel
- Tight budget, single user, viewed straight on? → Standard TFT (TN) is fine
- Interfacing with Arduino, Raspberry Pi, or STM32? → Look for 4-line SPI interface
For the majority of maker and IoT projects, a small IPS capacitive touch screen with a 4-line SPI interface hits the sweet spot of image quality, ease of integration, and cost. The SPI bus requires very few GPIO pins and is supported by virtually every MCU out of the box.
Why small screens matter for makers and IoT
Not every project needs a 7-inch display. Many of the most elegant embedded devices — smart watches, portable meters, compact controllers — rely on screens in the 1.3-inch to 2.4-inch range. At this size, a 240×280 IPS panel gives you enough pixels to render readable text, clean icons, and simple charts without requiring a powerful GPU or large enclosure.
A compact SPI touch display like the Polcd 1.69-inch 240×280 IPS capacitive touch screen connects to your MCU with just 4 signal lines and draws minimal current — making it practical for battery-powered devices without complex driver software. The capacitive touch overlay adds gesture input with no extra hardware: one module, complete input and output.
Understanding the fundamentals — capacitive sensing, IPS crystal alignment, SPI signalling — means you can read a datasheet confidently and know exactly what you're getting before you order. No surprises on the bench.

Ready to pick your first display module?
Browse our range of small IPS capacitive touch screens, all with 4-line SPI and an MOQ of just 1 piece.
View 1.69" IPS module Get a quote

Hinterlassen Sie einen Kommentar