Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
7" TFT + Due + UTouch Calibration -- Touch does not work.
#1
Hey,


I have a problem can you help?

wanted to test due sketch.

7" TFT + Due + UTouch Calibration -- Touch does not work.

think the problem is the Power.
do you have any idea. what can I do?



7" TFT + mega + UTouch Calibration -- Everything ok.


Attached Files Image(s)
           
Reply to top
#2
Hi Peter, I think you need to change the pin numbers for the Due to the following.


Code:
UTouch myTouch(6, 5, 4, 3, 2);


The mega uses


Code:
UTouch myTouch(6, 5, 32, 3, 2);
Reply to top
#3
(09-29-2015, 06:14 PM)robsworld78 Wrote: Hi Peter, I think you need to change the pin numbers for the Due to the following.


Code:
UTouch myTouch(6, 5, 32, 3, 2);

it works.

thank you.
you are the best :)


 for me good night.
Reply to top
#4
Whewww, glad it worked out.
Reply to top
#5
hm...

7" TFT + Due + UTouch Calibration -- work.

7" TFT + Due + RoboTank sketch -- Touch not work.

my SD card is in the TFTslot (on the back side).
SD slot of shield also tested.
but the same.


you made an extra slot.
it does not work
Reply to top
#6
(09-30-2015, 09:12 AM)Pitt-501 Wrote: hm...

7" TFT + Due + UTouch Calibration -- work.

7" TFT + Due + RoboTank sketch -- Touch not work.

my SD card is in the TFTslot (on the back side).
SD slot of shield also tested.
but the same.


you made an extra slot.
it does not work

You need to change the pin numbers for touch in the Robo-Tank sketch to the following. My shield uses different pin numbers.
Code:
UTouch myTouch(6, 5, 4, 3, 2);

You also need to make the following changes to your shield so the backlight works. If you change the jumper seen you can also use the SD cage on the shield instead of having it stick out the bottom of your display.


Attached Files Image(s)
   
Reply to top
#7
man I totally forgot about having to do all that back in a day
Reply to top
#8
(09-30-2015, 08:47 PM)rott Wrote: man I totally forgot about having to do all that back in a day

Hey rott, I know what a pain... Now its calibration issues. Hopefully this time I can get a solid answer down.
Reply to top
#9
my Touch work. K05164 

but I have only replaced the libraries (UTFT & utouch).

in the package were UTFT_VERSION 270.
on Hennings homepage is UTFT_VERSION 281


Thread can be closed. Angel
thanks for the help.
Reply to top
#10
your touch screen works on Sain smart 7 inch running robs software and no calibration problems or any other problems?
Reply to top
#11
(10-01-2015, 04:16 PM)rott Wrote: your touch screen works on Sain smart 7 inch running robs software and no calibration problems or any other problems?

Jep.

Why?
Reply to top
#12
just making sure I have a sain smart screen and it gave me nothing but grief it would work some times then stop or the touch would stop or always some thing got to the point I forgot what libraries did what so I just bought an ElecFreaks screen and that solved my problems but I do have 2 extra 7 inch Sain Smart screens now
Reply to top
#13
I had problems with the first tft. the same problems as you.
have exchanged the tft.
and now no problems
Reply to top
#14
My 7" sainsmart the touch only worked on 3/4, now it collects dust on my shelf. I also had a different problem with a 5" from them. I got a 7" elecfreaks which works great and setup so easy.
Reply to top


Possibly Related Threads…
Thread Author Replies Views Last Post
  Connection Ethernet due and power bar board majid.gh 14 15,360 03-12-2016, 08:41 PM
Last Post: rott
  First Display-Test with 5“and 7“ CTE CPLD TFTs on Due Aquadet 5 21,139 02-13-2016, 07:18 PM
Last Post: Rob F
  Connect powerbord to Ethernet due Addi 4 6,320 02-13-2016, 06:50 PM
Last Post: Rob F
  Slow Due daveabbott007 5 6,656 11-12-2015, 04:55 PM
Last Post: Rob F

Forum Jump:

Current time: 05-06-2024, 07:51 AM