Page 1 of 1

LCD keypad Shield problem ?

PostPosted: Fri Oct 17, 2014 3:26 pm
by alung92
what happen with this ? is that my code problem or the lcd shield probem ?
[img]
20141017_152227.jpg
[/img]
CODE: SELECT_ALL_CODE
#include <LiquidCrystal.h>

LiquidCrystal lcd(8, 9, 4, 5, 6, 7);

void setup()
{
  Serial.begin( 9600 );
 
  lcd.begin(16, 2);
  lcd.clear();
}

void loop()
{
  lcd.setCursor(0,0);
  lcd.println( "hello world!    ");
  delay(1000);
}

Re: LCD keypad Shield problem ?

PostPosted: Fri Oct 17, 2014 5:41 pm
by Idris
Hi alung92,

I already test your code and it is working. Could you try to adjust the LCD contrast (variable resistor)? If still problem, you can contact the Technical Support by filling up this form (link).

Re: LCD keypad Shield problem ?

PostPosted: Fri Oct 17, 2014 6:18 pm
by alung92
what about like this ? no character ? all black box . the bottom column color darker than upper column. is that normal ?
20141017_181357.jpg

Re: LCD keypad Shield problem ?

PostPosted: Mon Oct 20, 2014 8:44 am
by Idris
If you already upload the code successfully to Arduino, it should be a character displayed on the LCD.

But if the LCD still blank, probably the SHIELD-LCD is defect. Please contact the Technical Support by filling up this form (link).

Re: LCD keypad Shield problem ?

PostPosted: Sat Jun 11, 2016 1:26 pm
by kathleencjustice
Take that to some experts.