-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit 2050 Touchscreen not working with Arduino Giga R1 #45
Comments
With this sketch, I just tried to connect every pins one by one on the GND without anything connected, and the result is still the same, the card is always reading the same values. |
I have been debugging this with @MattGlobal (discord |
Hello @dhalbert , yes it's me, someone told me to post here in case of... Thanks for your response. |
Increasing the number of samples and uncommenting the checking code of the touchscreen library doesn't change the results on the card, it's still reading the same value (like the photo on my first post). I wonder if it's not a problem about definition pins on the Giga R1. I was thinking this library could help me : https://github.com/stevstrong/TouchScreen_STM32 what do you think about that ? |
I got the same hardware and have reproduced the problem. I also got it to work properly with a Grand Central M4. Next step is to look at the a |
I tracked this down to what looks like inadequate pin resetting by |
Hello Everyone,
I made a working sketch with an arduino Mega 2560 but the looks very slow because of the SPI speed.
So i decide to use an arduino Giga R1.
Everything is working great with the ILI9341_GIGA_n Library and the screen.
So i tried to make work the touchscreen with the Giga R1 but It doesn't work.
I tried to configure on all ADC pins, I tried many Digital Pins instead the ones of the original sketch (breaktouchpaint for example), I also tried the recommended wiring of screen's datasheet but the touchscreen never worked.
It's always reading the same value on the card. I can't use it with the Giga R1.
I Paste a screenshot of the reading values on my card for examples.
here is my code.
there is no mistake on the wiring, i think the problem came a library...
Or a definition of pin on the giga R1 maybe...
Thanks.
The text was updated successfully, but these errors were encountered: