I am very much a beginner with electronics as a whole, much less the arduino, however, I'm making a go at it! ;-) I'm planning on using this LCD :
http://www.pjrc.com/store/mp3_display.html
They have helpfully supplied this info :
http://www.pjrc.com/tech/mp3/lcd_protocol.html
But I'm a bit at a loss as to where to start! It looks to me to be a simple serial communication deal, but as I've never really programmed before this, so I could use some direction. I figure I need to adapt http://www.arduino.cc/playground/Learning/SerialLCD to the commands my LCD understands.
I've got my project hosted at Google, explanations under the wiki tab.
http://code.google.com/p/atmega328growcontroller/
Where should I start? I'm a self taught beginner, so I'm very open to all comments, suggestions, whatever.