Questions tagged [touchscreen]

A display that incorporates a human interface device which records positional information of points of contact between the user and the display

Touchscreens have two components: a display and a touch sensor array. The display is often irrelevant to the form of touch sensor used, and can be CRT, LCD, OLED, eInk, or conceivably any other electronic display technology.

The touch sensor array has many forms. Arguably the most common is capacitive, being present on the overwhelming majority of smartphones and tablets. Resistive touchscreens are also common in older consumer electronics.

214 questions
47
votes
6 answers

Is there a technical reason why most touch screens use glass rather than plastic?

Most modern touch screens in portable devices are made of glass. This glass often breaks if accidentally dropped. Also, it is very reflective, making it difficult to use in strong light. I know that touch screens without glass exist. For example,…
Fiksdal
  • 942
  • 2
  • 9
  • 18
27
votes
5 answers

How to use a capacitive touch screen without a human hand

I'm a programmer, and I usually hang out over on stack overflow, but I have a electricity question. I'm trying to interact with an APP on my phone by indirectly touching the the screen. Modern touchscreens, as I'm sure everyone here knows are…
Jeff Ryan
  • 373
  • 1
  • 3
  • 6
22
votes
5 answers

How can a capacitive touch screen be triggered without human contact?

I want to robotically touch an iPhone screen without any human intervention. I've done some experiments but have not found a reliable solution. It seems even styluses that work through gloves still rely on the capacitive characteristics of the…
Tom R
  • 323
  • 1
  • 2
  • 6
19
votes
2 answers

Resistive touchscreen with 5-wire connection & Freescale IMX28

I have a IMX28EVK board and I would like to to connect this board to a 5-wire resistive touchscreen. In the Reference Manual of the I.MX28, Freescale said: LRADC2 - 6 can be used for 4/5-wire touch-screen control. LRADC6 can be used for the wiper…
Katte
  • 654
  • 5
  • 11
12
votes
1 answer

How can electromagnetic interference from a USB charger cause a capacitive touchscreen to malfunction?

Electromagnetic interference from a USB charger can cause a touchscreen on a mobile device to malfunction, with symptoms such as reduced sensitivity or spurious touches. As an example, see…
bwDraco
  • 1,401
  • 1
  • 13
  • 30
11
votes
3 answers

Does higher resolution of LCD/LED display mean higher energy consumption for the very same matrix size

If two mobile devices being compared have exactly the same LCD/LED screen (matrix) size and exactly the same battery, will the one with higher resolution have higher battery consumption and thus will require to be charged more often? For example --…
trejder
  • 286
  • 7
  • 17
10
votes
3 answers

What is the basic difference between Inductive and capacitive touch screen?

I have seen Smartphones mentioning of two terms frequently; naming Inductive touch and Capacitive touch screen. What is their basic difference and what is the advantage of one over another?
user11832
8
votes
1 answer

Mimic human capacitance

In a video at Kickstarter a project called Tapcaps is mimicing human capacitance for triggering touches to a capacitive touch screen (the iPhone). At 0:45 in the video we can see a glimpse of the device. It kind of resembles an RFID tag. Can anyone…
runeb
  • 181
  • 4
7
votes
3 answers

Is a human (or other) electrical signal absolutely necessary to activate a capacitive touchscreen?

I know this is the general wisdom, and that someone has asked a similar question here: How can a capacitive touch screen be triggered without human contact? However, I didn't quite understand the conclusion that by simply grounding e.g. A carrot or…
zakgottlieb
  • 71
  • 1
  • 7
7
votes
4 answers

Conducting plastic for capacitive touchscreens

As I am disabled I have to use a headstick (see picture below) to do stuff on the computer. I also have a phone with a resistive touchscreen, which works well with my headstick. But here is the problem: I cannot operate any devices with capacitive…
Evgeni
  • 349
  • 3
  • 14
6
votes
1 answer

Capacitive touchscreen

I am doing project in which I want to perform read and write operation by using a capacitive touchscreen. What I know is I can trigger capacitive touch screen by: By using electromagnet as I heard that some of stylus works by using magnet at its…
6
votes
1 answer

Cutting Touchscreen

For a small hobby project I would like to use a resistive touch overlay. However, sourcing the correct size seems near impossible. Can I cut a resistive (4-wire) touch screen to fit?
Arne
  • 1,805
  • 3
  • 27
  • 43
5
votes
1 answer

Arduino - Trigger an iPhone's touch screen with no human interaction

I'm trying to replicate part of this experiment. Specifically, I want to touch the screen with a cable and some aluminum foil whenever I send a signal from an Arduino pin. From the blog post linked above: For communication from the Arduino to the…
miguelrios
  • 51
  • 1
  • 4
5
votes
1 answer

Difference between LVDS, MIPI, DPI and DSI

I'm on a project that involves TFT displays and Raspberry Pi Compute Module 4. I noticed that there are several acronyms, protocols confusing information. As I understand it, there are protocols: DBI: Parallel communication. It can have multiple…
Cristian Pastro
  • 135
  • 1
  • 7
5
votes
2 answers

Mutual capacitance sensor behaviour

In a typical mutual capacitance touch sensor when finger approaches sensor it draws electrical field in effect decreasing the capacitance of the sensor (which is described here and here, for example). Now, I came across this sensor design and tried…
mewa
  • 67
  • 6
1
2 3
14 15