

I2c or two wire uses the following pins on the Arduino (Note that the Mega uses different pins) The advantage of using an i2c LCD on the Arduino is that it only takes 2 wires plus power to support the display. I am trying to keep it compatible with the original LCD libraries for 4 and 8 bit displays.

I want it to be as simple to use as serial.print, and allow for advanced features if a display has them available. My goal is to have a set of libraries that can be made universal and work with multiple manufactures i2c LCD displays. My LCD API Documentation in the Arduino playground, and the discussion in the forums. My LCDi2c library in the Arduino playground, and the discussion in the forums. They are in my public Folders with a filename of LCDi2cW-1_0_2.zip Thanks Ken!

Ken Terrel updated the LCDi2cW library to work with the Arduino 1.0.2 IDE He sent me the updated files to share with everyone. I am not active with the Arduino but have updated this page to make the libraries available on my web server as Apple has closed down mobile me. This is a library I put together to use intelligent i2c LCD displays.įor the latest news and developments, please see the Wiki in the Arduino playground.
