Forum Members section DIY Ferduino controller Touch problem

Touch problem  [SOLVED]

Ask here about your controller made with pieces purchased in other shops.

Post Number:#1 Post Wed Oct 22, 2014 1:31 pm
Posts: 20
Topics: 6
Solve rating: 0
Joined: Wed Oct 22, 2014 1:10 pm
Topics: 6
Age: 50
Gender: Male
National Flag:
Italy
Hi
I need your help.
I installed all the components. I made the calibration but the coordinates are only the same, also I don't touch the "+" .
The coordinate are Always the following:
CAL_X 0x4000BFFFUL
CAL_Y 0x4000BFFFUL
CAL_S 0x000EF18FUL
I changed the coordinates in the UtouchCD file but if i touch the LCD nothing to do. Can you help me?
thank you

Post Number:#2 Post Wed Oct 22, 2014 1:38 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Welcome Enrico!

I don't touch the "+"


What you mean with it?

Check this topic.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#3 Post Wed Oct 22, 2014 2:03 pm
Posts: 20
Topics: 6
Solve rating: 0
Joined: Wed Oct 22, 2014 1:10 pm
Topics: 6
Age: 50
Gender: Male
National Flag:
Italy
means that if I touch the screen, even not in the exact spot, but in any part, the coordinates do not change but are the same

Post Number:#4 Post Wed Oct 22, 2014 4:35 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

You tried the coordinates available on topic above?
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#5 Post Thu Oct 23, 2014 3:00 am
Posts: 20
Topics: 6
Solve rating: 0
Joined: Wed Oct 22, 2014 1:10 pm
Topics: 6
Age: 50
Gender: Male
National Flag:
Italy
Yes Fernando, i think that the problem is another, if i touch the lcd in many point always different and the coordinate that i can read are always the same......is it possibile that the shield is demaged? How i can test it?
Thank you very much for you attentions

Post Number:#6 Post Thu Oct 23, 2014 4:46 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Check if the pins 2 - 6 are connected fine.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#7 Post Fri Oct 24, 2014 6:00 pm
Posts: 20
Topics: 6
Solve rating: 0
Joined: Wed Oct 22, 2014 1:10 pm
Topics: 6
Age: 50
Gender: Male
National Flag:
Italy
Nothing to do. Pin 2-6 are ok but I have the some problem!

Post Number:#8 Post Sat Oct 25, 2014 12:58 pm
Posts: 20
Topics: 6
Solve rating: 0
Joined: Wed Oct 22, 2014 1:10 pm
Topics: 6
Age: 50
Gender: Male
National Flag:
Italy
Solved


Code:
#define CAL_X 0x00430ED8UL
#define CAL_Y 0x002A0EECUL
#define CAL_S 0x000EF18FUL


and then in the code file FERDUINO in file ProcessMyTouch change the code:


Code:
x=myTouch.getX ();
y=myTouch.getY ();



on
Code:
x = 399-myTouch.getX ();
y = 239-myTouch.getY ();


Thank you very much




Return to DIY Ferduino controller





Who is online

Users viewing this topic: No registered users and 2 guests