We have a ITDB02 shield for Arduino , but it just support the LCD display and SD card , not support the touch.
Now we update the ITDB02 shield to v1.2, the new shield will support SD card or Touch selected by a switcher. Also the v1.2 will support 16 bit mode , you just need to put all the jumper to the 16 bit side – but when in 16 bit mode you cannot use the SD card and Touch.
At the same time we will update the ITDB02 library ,too. The new library will support 16 bit mode now , and you just need to define the pins before you used. And the 3 example will compatible with the ITDB02 shield now, just plug the shield in and download the example code into your Arduino , you can see the effect.
In ITDB02 library v1.1 , you can use the
ITDB02(int D0, int D1,int D2, int D3,int D4, int D5,int D6, int D7, int D8, int D9, int D10,int D11, int D12,int D13, int D14, int D15,int RS, int WR,int CS, int RST)
to define your pins for 16 bit mode.
And the display function is the same as 8 bit mode , if you use the 16 bit mode , you can not use the SD and Touch function.
Download the ITDB02 Shield v1.2 Manual here:
ITDB02 Shield V1.2 Manual (523.8 KiB, 921 hits)
Download the ITDB02 Library v1.1 here:
ITDB02 Library for Arduino v1.1 (7.0 KiB, 616 hits)
You may also be interested in these posts:
Hi.
I just thought I would let you know that I have made an alternative library for this LCD.
My library is quite a bit faster, and includes more functions.
At this time it does NOT support the touchscreen, SD-card slot or Flash memory.
Due to the way it communicates with the display it is also limited to 8bit communications.
You can check it out on my website: http://www.henningkarlsen.com/electronics/a_l_itdb02_graph.php
/Henning
@ Henning:
Thanks for your great job! it really more practical functions in your ITDB02_graph library. Now for the touch , we just offer some demo function like read back the touch point address …