Help for a dummie

Hi all,
just received the Duemilanove 328 and a shield http://www.dfrobot.com/index.php?route=product/product&path=53&product_id=347

I trying to load the library (LCD4884) for this shield but I always get back the errors :

LCD4884_menu.cpp:1:21: error: LCD4884.h: No such file or directory
LCD4884_menu.cpp: In function 'void setup()':
LCD4884_menu:82: error: 'lcd' was not declared in this scope
LCD4884_menu.cpp: In function 'void loop()':
LCD4884_menu:104: error: 'lcd' was not declared in this scope
LCD4884_menu:104: error: 'MENU_NORMAL' was not declared in this scope
LCD4884_menu:108: error: 'MENU_HIGHLIGHT' was not declared in this scope
LCD4884_menu.cpp: In function 'void init_MENU()':
LCD4884_menu:141: error: 'lcd' was not declared in this scope
LCD4884_menu:143: error: 'MENU_HIGHLIGHT' was not declared in this scope
LCD4884_menu:146: error: 'MENU_NORMAL' was not declared in this scope
LCD4884_menu.cpp: In function 'void temperature()':
LCD4884_menu:169: error: 'lcd' was not declared in this scope
LCD4884_menu:169: error: 'MENU_NORMAL' was not declared in this scope
LCD4884_menu:171: error: 'MENU_HIGHLIGHT' was not declared in this scope
LCD4884_menu.cpp: In function 'void charmap()':
LCD4884_menu:179: error: 'lcd' was not declared in this scope
LCD4884_menu:180: error: 'MENU_NORMAL' was not declared in this scope
LCD4884_menu:185: error: 'lcd' was not declared in this scope
LCD4884_menu:185: error: 'MENU_HIGHLIGHT' was not declared in this scope
LCD4884_menu.cpp: In function 'void bitmap()':
LCD4884_menu:190: error: 'lcd' was not declared in this scope
LCD4884_menu:192: error: 'MENU_HIGHLIGHT' was not declared in this scope
LCD4884_menu.cpp: In function 'void about()':
LCD4884_menu:199: error: 'lcd' was not declared in this scope
LCD4884_menu:199: error: 'MENU_NORMAL' was not declared in this scope
LCD4884_menu:201: error: 'MENU_HIGHLIGHT' was not declared in this scope

what I miss ??
Tks in advance

I trying to load the library (LCD4884) for this shield ...

What did you do while 'trying to load the library' ?

Don

Hi Don,

I open the Arduino program (latest version) , I've put the library folder for this shield in the Arduino directory ( so comes out in the library list) I go on the list I chose it and once I've on the sketch I click on Upload , (like I did with some samples (blinking led etc etc) but with this I always get error

Tks for your help

Take a look at this thread http://arduino.cc/forum/index.php/topic,50918.0.html. Scroll down to replies #3 -- #5.

Don

If anyone is interested, I have written a beginner's guide to using this shield:
http://tronixstuff.wordpress.com/2011/03/12/the-dfrobot-lcd4884-lcd-shield/