HOOK-UP:
SIGNAL I2C LCD BOARD - ARDUINO
Ground GND GND
VCC 5V 5V
SDA** SDA Analog 4
SCL** SCL Analog 5
The buttons (if used) are wired with a normally open (NO) switch to ground. (Pressing the button will contact the ground signal) J3 on the PCB has an extra ground and pins for buttons 1 to 5.
** I2C communications require a pull-up resistor on both the SCL and SDA lines. There must be a 4.7k through 10k ohm resistor on both the SDA and SCL pulling them up to VCC. If you are using other I2C devices (or other I2C LCD Interfaces) use only one set of pull-up resistors.
Pull-up resistors are not included on the I2C-SPI LCD board, since; they are not required when the board is used with the SPI interface, only one set of resisters is required for the I2C bus (if you where to use more then one board there would be too many), and it gives you more flexibility to adjust to your I2C bus.
