Arduino Mega 2560 With Generic 2.4' TFT LCD SY-TFT240_V1.1 and UTFT Drivers

preview_player
Показать описание
It's Alive! It's Alive!
was happy to have my 2.4 TFT LCD working with my Arduino Mega 2550.
I used the wiring instructions from:
and the UTFT drivers from:
to get it working. also on Rinky Dink Electronics page is the drivers for the touch screen and SD card reader. both the picture display and clock can be fount on his page..
One thing make sure you use the correct driver for your LCD. If you are using the same one I'm using (Search Ebay:
2.4 inch TFT LCD Module Screen 240 x 320 Pixels ILI9325 Arduino Compatible)
Then your driver will look like this:
UTFT myGLCD(ILI9325C,38,39,40,41);
There is allot of websites out there that give you vague information (seems common with Arduino) but the two main pages I used worked for me. UTFT is well documented and you would do well to read the manuals offered on the web page, especially if you plan to use it with a Arduino UNO.

One final note: BEWARE!!!! These Displays are from China. They take well over 6 weeks to get unless your lucky, I brought 5 in all but two had been broken in shipment and the rest had bent pins.
Рекомендации по теме
Комментарии
Автор

Where did you get the code for the displays you were showing (ie. the clock)?

michaelangellotti