LCD not working


my lcd not working.
i'm using arduino deumilanove , lcd stuck backlight on , top row illuminated white letters should be.
this 1 of codes i've tried use work.
please help.

code: [select]

#include <liquidcrystal.h>

liquidcrystal lcd(12, 11, 10, 5, 4, 3, 2);

void setup()
{
  lcd.clear();
  delay(2000);
  lcd.print("hello, world");
}

void loop() {}

this happens mine although mine shield.
http://forum.arduino.cc/index.php?action=dlattach;topic=288263.0;attach=107202;image


Arduino Forum > Using Arduino > Displays > LCD not working


arduino

Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code