ITDB02 is a TFT LCD Screen module, 40pins interface, it's not just a LCD breakout but includes the Touch, SD card and Flash design. So it’s a powerful extension module for your project.
The LCD in the ITDB02 is 240374PQ. It’s a 65K color, 320*240 (resolution), 3.2 inch TFT LCD screen. The LCD has a wide viewing angle , the contrast is also very suitable.
The Screen include a controller SSD1289, it has support for 8/16bit data interface, easy to drive by many MCU like STM32, AVR and 8051.
ITDB02 is designed with a touch controller in it. The touch controller IC is XPT2046, and the touch interface is included in the 40 pins breakout.
There is a reserve extension design in the ITDB02 , that’s the external flash . It’s leave the pad and the pins out for the SST25VF016B Flash. So when you need , you can easily add a external flash for your project .
The IDTB02 layout a 40 pins interface for your project , the interface include LCD bus, SD card bus, Touch screen bus and the Flash bus.
Documents / Links:
Note:
Please use the following code to successfully initialize the Display:
ITDB02 myGLCD(38,39,40,41,ITDB32S);
or for an Uno:
ITDB02 myGLCD(19,18,17,16,ITDB32S);
|