LCD4BIT problems on Arduino 1.0

If you're using "1602 LCD and 6 AD buttons" shield from ITeadStudio, then you need to change default pins. Below code works for me :slight_smile:
from

// include the library code:
#include <LiquidCrystal.h>

// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);