Hi, I've got my PiTFT display working on my Pi and it's great (using the capacitive image: https://learn.adafruit.com/adafruit-2-8 ... h/overview).
I have two Raspberry Pi's, one connected to a HDMI monitor and the other working with this TFT display. What I would desire is to be able to swap my SD card, containing the image, between them and have it auto-detect which display to output to as normal (so I wont have to use 2 SD cards if I want to access Raspbian on the TFT or HDMI display).
Currently, if I swap my PiTFT image to the HDMI Pi the resolution is awkward and I'm quite sure it processes as if it's connected to the PiTFT still.
Is it possible, (and easy) to get this auto-detection? Or is the image permanently fixed to use the TFT display? I found a topic similar to what I want: http://www.raspberrypi.org/forums/viewt ... 44&t=91764
but it's rather convoluted, long, and quite technical for a beginner (and I'm not even sure if the solution came about in the end).