Hi world..!!
I'm new working with arduino. I have a question.
where I can find information about arduino mega 2560 + 3.2" tft lcd display + touch panel + pcb adapter a tutorial ?
how to get it works?
Hi world..!!
I'm new working with arduino. I have a question.
where I can find information about arduino mega 2560 + 3.2" tft lcd display + touch panel + pcb adapter a tutorial ?
how to get it works?
you need to flesh out your spec, what controllers you are using to drive the touch sensor and TFT, how they communicate, is it RGB or monochrome. My initial gut feeling is that you are expecting a lot from the arduino, but if the screen has memory they it would only be sending changes rather than a full redraw.
Also be aware that the arduino runs at 5v logic, so you may need logic level conversion if any devices require 3.3v logic. And graphics is memory intensive so an external eeprom may also be required.
But this is all guess work, add more detail about what component you are using and what kind of application you are putting them to.
Hi,
I think you have the TFT01_3.2 screen. Look athttp://www.elecfreaks.com/wiki/index.php?title=3.2%22_TFT_LCD_Screen_Module for sample code and links to libraries, or UTFT - Electronics - Henning Karlsen to the libraries author for libraries docs.
KR