Per il Full Graphic LCD devi avere installate anche le librerie U8Glib, che puoi scaricare da qui: https://code.google.com/p/u8glib/
Grazie
--
--
Hai ricevuto questo messaggio in quanto sei iscritto al gruppo RepRap Italia.
Maggiori informazioni:
http://groups.google.com/group/reprap-italia?hl=it
---
Hai ricevuto questo messaggio perché sei iscritto al gruppo "RepRap Italia" di Google Gruppi.
Per annullare l'iscrizione a questo gruppo e non ricevere più le sue email, invia un'email a reprap-itali...@googlegroups.com.
Per altre opzioni visita https://groups.google.com/d/optout.
--
--
Hai ricevuto questo messaggio in quanto sei iscritto al gruppo RepRap Italia.
Maggiori informazioni:
http://groups.google.com/group/reprap-italia?hl=it
---
Hai ricevuto questo messaggio perché sei iscritto al gruppo "RepRap Italia" di Google Gruppi.
Per annullare l'iscrizione a questo gruppo e non ricevere più le sue email, invia un'email a reprap-itali...@googlegroups.com.
Per altre opzioni visita https://groups.google.com/d/optout.
Sono due giorni che seguo tutorial, ho scaricato versioni librerie e firmware da tutti i link...
Arduino:1.6.1 (Windows 7), Scheda:"Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"In file included from ultralcd.cpp:101:0:dogm_lcd_implementation.h: In function 'void lcd_implementation_status_screen()':dogm_lcd_implementation.h:179:7: error: 'blink' was not declared in this scopeif ((blink % 2) && fanSpeed ) u8g.drawBitmapP(9,1,STATUS_SCREENBYTEWIDTH,STATUS_SCREENHEIGHT,status_screen0_bmp);^ultralcd.cpp: In function 'void lcd_update_button()':ultralcd.cpp:260:54: error: 'lcd_implementation_update_buttons' was not declared in this scopebutton_input = lcd_implementation_update_buttons();^ultralcd.cpp: In function 'void lcd_update_encoder()':ultralcd.cpp:292:55: error: 'lcd_implementation_update_buttons' was not declared in this scopeencoder_input = lcd_implementation_update_buttons();^ultralcd.cpp: In function 'void lcd_enable_button()':ultralcd.cpp:427:54: error: 'lcd_implementation_update_buttons' was not declared in this scopebutton_input = lcd_implementation_update_buttons();^ultralcd.cpp: In function 'void lcd_enable_encoder()':ultralcd.cpp:437:55: error: 'lcd_implementation_update_buttons' was not declared in this scopeencoder_input = lcd_implementation_update_buttons();^ultralcd.cpp: In function 'void view_menu_main()':ultralcd.cpp:580:115: error: 'lcd_implementation_drawmenu_wizard_selected' was not declared in this scopelcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \^ultralcd.cpp:716:5: note: in expansion of macro 'MENU_ITEM'MENU_ITEM(wizard, "FW info", draw_picture_splash);^ultralcd.cpp:582:102: error: 'lcd_implementation_drawmenu_wizard' was not declared in this scopelcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \^ultralcd.cpp:716:5: note: in expansion of macro 'MENU_ITEM'MENU_ITEM(wizard, "FW info", draw_picture_splash);^ultralcd.cpp: In function 'void view_menu_filament_load()':ultralcd.cpp:931:47: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(0, 0);^ultralcd.cpp:932:59: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_CF_HEAT_1));^ultralcd.cpp:936:60: error: 'lcd_implementation_print' was not declared in this scopelcd_implementation_print(LCD_STR_THERMOMETER[0]);^ultralcd.cpp: In function 'void view_menu_filament_unload()':ultralcd.cpp:1016:47: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(0, 0);^ultralcd.cpp:1017:59: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_CF_HEAT_1));^ultralcd.cpp:1021:60: error: 'lcd_implementation_print' was not declared in this scopelcd_implementation_print(LCD_STR_THERMOMETER[0]);^In file included from ultralcd.cpp:101:0:ultralcd.cpp: In function 'void view_picture_move_x()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:1162:9: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) {^ultralcd.cpp: In function 'void view_picture_move_y()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:1206:9: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) {^ultralcd.cpp: In function 'void view_picture_move_z()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:1250:9: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) {^ultralcd.cpp: In function 'void view_picture_move_e()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:1290:9: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) {^ultralcd.cpp: In function 'void view_wizard_level_bed()':ultralcd.cpp:1334:55: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(1, 0);^ultralcd.cpp:1335:77: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_WIZARD_LEVELBED_0_1));^ultralcd.cpp: In function 'void view_picture_level_bed_cooling()':ultralcd.cpp:1677:47: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(0, 0);^ultralcd.cpp:1678:59: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_LB_COOL_1));^ultralcd.cpp:1682:60: error: 'lcd_implementation_print' was not declared in this scopelcd_implementation_print(LCD_STR_THERMOMETER[0]);^ultralcd.cpp: In function 'void view_wizard_change_filament()':ultralcd.cpp:1782:55: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(0, 0);^ultralcd.cpp:1783:83: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_WIZARD_CHANGEFILAMENT_0_0));^ultralcd.cpp: In function 'void view_picture_set_temperature()':ultralcd.cpp:2007:47: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(1, 1);^ultralcd.cpp:2008:56: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_NOZZLE));^ultralcd.cpp:2009:41: error: 'lcd_implementation_print' was not declared in this scopelcd_implementation_print(':');^ultralcd.cpp: In function 'void view_picture_speed_printing()':ultralcd.cpp:2123:47: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(1, 1);^ultralcd.cpp:2124:55: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_SPEED));^ultralcd.cpp:2125:41: error: 'lcd_implementation_print' was not declared in this scopelcd_implementation_print(':');^ultralcd.cpp: In function 'void view_picture_splash()':ultralcd.cpp:2164:47: error: 'lcd_implementation_set_cursor' was not declared in this scopelcd_implementation_set_cursor(1, 6);^ultralcd.cpp:2165:58: error: 'lcd_implementation_print_P' was not declared in this scopelcd_implementation_print_P(PSTR(MSG_WELLCOME));^In file included from ultralcd.cpp:101:0:ultralcd.cpp: In function 'void menu_edit_int3()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2290:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(int, int3, itostr3, 1)^ultralcd.cpp: In function 'void menu_edit_float3()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2291:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(float, float3, ftostr3, 1)^ultralcd.cpp: In function 'void menu_edit_float32()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2292:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(float, float32, ftostr32, 100)^ultralcd.cpp: In function 'void menu_edit_float5()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2293:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(float, float5, ftostr5, 0.01)^ultralcd.cpp: In function 'void menu_edit_float51()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2294:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(float, float51, ftostr51, 10)^ultralcd.cpp: In function 'void menu_edit_float52()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2295:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(float, float52, ftostr52, 100)^ultralcd.cpp: In function 'void menu_edit_long5()':dogm_lcd_implementation.h:33:22: error: 'buttons' was not declared in this scope#define LCD_CLICKED (buttons&EN_C)^ultralcd.cpp:2268:13: note: in expansion of macro 'LCD_CLICKED'if (LCD_CLICKED) \^ultralcd.cpp:2296:1: note: in expansion of macro 'menu_edit_type'menu_edit_type(unsigned long, long5, ftostr5, 0.01)^Errore durante la compilazioneQuesto report potrebbe essere più ricco
di informazioni con
"Mostra un output dettagliato durante la compilazione"
abilitato in "File > Impostazioni"
--
--
Hai ricevuto questo messaggio in quanto sei iscritto al gruppo RepRap Italia.
Maggiori informazioni:
http://groups.google.com/group/reprap-italia?hl=it
---
Hai ricevuto questo messaggio perché sei iscritto al gruppo "RepRap Italia" di Google Gruppi.
Per annullare l'iscrizione a questo gruppo e non ricevere più le sue email, invia un'email a reprap-itali...@googlegroups.com.
Per altre opzioni visita https://groups.google.com/d/optout.
Per annullare l'iscrizione a questo argomento, visita https://groups.google.com/d/topic/reprap-italia/4y9p38_JkIY/unsubscribe.
Per annullare l'iscrizione a questo gruppo e a tutti i suoi argomenti, invia un'email a reprap-itali...@googlegroups.com.
Per annullare l'iscrizione a questo argomento, visita https://groups.google.com/d/topic/reprap-italia/4y9p38_JkIY/unsubscribe.
Per annullare l'iscrizione a questo gruppo e a tutti i suoi argomenti, invia un'email a reprap-itali...@googlegroups.com.