Hello,
I was wondering if anyone has been able to use the Adafruit 2.8" TFT Touch Shield v2 - Capacitive or Resistive on the Arduino Yun?
The examples like the GraphicsTest works fine on Uno, but not Yun. It just shows a white screen. (I know the product isn't advertised as working on Yun, but just hoping I could get it to work on there.)
Thanks.
2.8" TFT Touch Shield v2 - Arduino Yun
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- Lorenzo80
- Posts: 4
- Joined: Thu Apr 23, 2015 5:30 am
Re: 2.8" TFT Touch Shield v2 - Arduino Yun
Hello,
i have an arduino yun and an Adafruit 2.8" TFT Touch Shield v2.
Because the tft could run i modfify the tft shield as show here:
https://learn.adafruit.com/adafruit-2-8 ... connecting (using as Leonardo)
i have an arduino yun and an Adafruit 2.8" TFT Touch Shield v2.
Because the tft could run i modfify the tft shield as show here:
https://learn.adafruit.com/adafruit-2-8 ... connecting (using as Leonardo)
- signmaker
- Posts: 10
- Joined: Tue Jan 25, 2011 5:56 pm
Re: 2.8" TFT Touch Shield v2 - Arduino Yun
the Yun doesn't us the same SS pin as the Uno. Try using <code> SD.begin(10); </code> This worked for me
Please be positive and constructive with your questions and comments.