Page 1 of 1

2.8" TFT Touch Shield v2 - Arduino Yun

Posted: Wed Apr 22, 2015 10:49 pm
by RHavlick
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.

Re: 2.8" TFT Touch Shield v2 - Arduino Yun

Posted: Thu Apr 23, 2015 8:59 am
by Lorenzo80
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)

Re: 2.8" TFT Touch Shield v2 - Arduino Yun

Posted: Fri Oct 23, 2015 11:02 pm
by signmaker
the Yun doesn't us the same SS pin as the Uno. Try using <code> SD.begin(10); </code> This worked for me