Page 1 of 1

Arduino Uno + 2.8 TFT Touchshield + MultiLCD library

Posted: Tue Jun 24, 2014 10:48 am
by azumarill
Hi,

Does the library support the 2.8 TFT Touchshield sold on your website? Because in this website (http://arduinodev.com/hardware/#lcd), the description for the LCD reads: "Supported by MultiLCD library for Arduino (on MEGA only)". I don't see why it would only support the MEGA but not the Uno?

Re: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library

Posted: Sat Nov 22, 2014 9:35 pm
by stanley
The MultiLCD library does not contain touch support. You need a seaprate library for that.

Re: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library

Posted: Sun Aug 23, 2015 9:33 am
by Paracetamol
Hi,
I have try this code UTFT_Buttons_Demo_320x240.ino with :
UTFT myGLCD(ITDB32S,38,39,40,41);
But the screen still black..
No problem with MultiLCD
Can someone help me ??