help with LCDMPD

Hello , i just connected my lcd to my raspberry using this tutorial :
andypi.co.uk/?p=334

i cant see nothing on screen , i got log file that show my the song name that play now
but i cant see it on screen

DEBUG mpdlcd.mpdwrapper Fetching MPD elapsed and total time
DEBUG mpd Calling MPD status()
DEBUG mpdlcd.mpdwrapper Fetching MPD state
DEBUG mpd Calling MPD status()
DEBUG mpdlcd.mpdwrapper MPD state: ‘play’
DEBUG mpdlcd.mpdwrapper Fetching MPD song information
DEBUG mpd Calling MPD currentsong()
DEBUG mpdlcd.mpdwrapper MPD currentsong: {‘album’: [u’The 2nd Law (Deluxe Edition)’], ‘title’: [u’Prelude’], ‘track’: [u’4/13’], ‘artist’: [u’Muse’], ‘pos’: [u’2’], ‘disc’: [u’1/1’], ‘last-modified’: [u’2013-03-15T22:52:58Z’], ‘albumartist’: [u’Muse’], ‘file’: [u’USB/Muse - The 2nd Law/04 Prelude.mp3’], ‘time’: [u’58’], ‘date’: [u’2012’], ‘genre’: [u’Alternative’], ‘id’: [u’6’]}
^CINFO mpdlcd.lcdrunner Exiting: removing screen MPD
"

what i need to check ?

10x!