misc.ws
Touch Screen Shield for Arduino UNO | misc.ws
http://misc.ws/2013/11/08/touch-screen-shield-for-arduino-uno
Touch Screen Shield for Arduino UNO. November 8, 2013. I’d like to start compiling information about the screens people are using. Please visit this page. Before you go, where I also have a sketch that attempts to read the LCDs driver code without any additional libraries. I was looking for some type of touch screen for the Arduino when I ran across this little gem on eBay. I was hoping to avoid a shield, but for only $8.14. 24″ diagonal LCD TFT display. Colorful, 18-bit 262,000 different shades. I didn&...
misc.ws
Touch Screen on the Arduino Mega 2560 – misc.ws
http://misc.ws/2014/06/26/touch-screen-on-the-arduino-mega-2560
Touch Screen on the Arduino Mega 2560. June 26, 2014. This is an addition to my post about the Touch Screen Shield for Arduino UNO. So if you’ve landed here, that may be a good place to start for more information. Clean up pin modes for LCD pinMode(XM, OUTPUT); digitalWrite(XM, LOW); pinMode(YP, OUTPUT); digitalWrite(YP, HIGH); pinMode(YM, OUTPUT); digitalWrite(YM, LOW); pinMode(XP, OUTPUT); digitalWrite(XP, HIGH);. I’ve been using the sdfat. Locate the SdFatConfig.h file inside of the SdFat library ...