Code help

void LcdString(const char characters[])
{
  LcdString((char*)characters);
}

You are missing your overloaded function.