LCD Keypad Shield + UNO issue

Hello, I've got question about LCD Keypad Shield + Arduino Uno issue.

Issue:

  • right half of LCD shield doesn't work. Pls see picture. Is it bad LCD Shield? Is it possible fix it?

Sample program is very simple:

#include <LiquidCrystal.h>

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

void setup()
{
  lcd.begin(16,1);
  lcd.print("hello, world!");
}

void loop() {}

Thank you, have a nice day.
Vladimir

IMG_4147.JPG