Resistive touch screen datas

Status
Not open for further replies.

pnsuresh

Junior Member level 1
Joined
Mar 30, 2017
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
138
Hi,

Am connecting 4 wire resistive touch panel to arduino uno board. (Am using TouchScreen.h library)

pressure is always zero. I need to know 4 wire resistive touch wire connection.
 

Intended connection is explained in the demo project

Code C - [expand]
1
2
3
4
5
6
7
#define YP A2  // must be an analog pin, use "An" notation!
 
#define XM A3  // must be an analog pin, use "An" notation!
 
#define YM 8   // can be a digital pin
 
#define XP 9   // can be a digital pin

 

How to identify in Touchscreen(ST-008) connector?
 

Am using 15 inch resistive touch screen. 1 and 3 resistance value is 530 ohms (Y+ , Y-)
2 and 4 resistance value is 300 ohms (X+ , X-)
 

1 and 3 resistance value is 530 ohms (Y+ , Y-)
2 and 4 resistance value is 300 ohms (X+ , X-)

This pin numbers are correct or not? Touch screen model - ST-151001 (ST-008)
 

Hi,

Just follow the traces ... it's quite obvious.
(I don't have one by hand, to do this for you)

Klaus
 

It's not showing correct value. Pressure =0.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…