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