The ITDB02 LCD module works with 3.3V voltage level and is not compatible with Arduino Mega pins , so we have a shield for Arduino Mega. Now users can directly plug the ITDB02 in the shield and stand on the Arduino Mega board.
Now the latest version of ITDB02 shield is v2.1. What's new ?
TDB02 Arduino MEGA shield v2.1 support both 3.3V mainboard and 5V mainboard, so it not just can be used with Arduino MEGA but can with other MEGA compatible mainboards, like ChipKit MAX32.
The ITDB02 Mega shield V2.1 supports both 16 bit mode and 8 bit mode ITDB02, you can use 2.4" or 3.2" with it. Different form the ITDB02 Arduino shield v1.3, now MEGA have enough pins for using SD card and Touch function at the same time.
Now the latest ITDB02 library example is compatible with the ITDB02 shield but not the MEGA shield, you can modify the setting to make it compatible with MEGA shield:
ITDB02 lcd(37,36,35,34,33,32,31,30,22,23,24,25,26,27,28,29,38,39,40,41);
lcd.Touchpin(6,5,4,3,2);
You can download the latest library in our site or the ITDB02 library project on Google code: http://code.google.com/p/itdb02
How to use the SD card socket ?
Now the ITDB02 library has not include the functions for SD card , but we can offer you a existent filelogger library for Arduino, the pins of ITDB02 shield is compatible with this library. You can download it here : http://code.google.com/p/arduino-filelogger
How to use the RTC ?
Here is the Arduino library for DS1307. The RTC needs CR2032 coin cell to keep the time when unpowered.
Note: Please see this forum post before ordering this shield.
Documents:
|