Hallo,
bekomme Marlin nicht auf mein Ramps aufgespielt. Folgendes Setup ist vorhanden:
Ramps - Link
Marlin - Link
u8glib - Link
Arduino 1.6.9
Sobald ich #define DOGLCD // Full graphics display auswähle und überprüfe erhalte ich folgende Fehlermeldung:
Arduino: 1.6.9 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\ultralcd.cpp:75:0:
dogm_lcd_implementation.h:160: error: 'DOGLCD_CS' was not declared in this scope
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^
dogm_lcd_implementation.h:160: error: 'DOGLCD_A0' was not declared in this scope
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^
exit status 1
'DOGLCD_CS' was not declared in this scope
Was mache ich hier falsch, ich hoffe ihr könnt mir weiterhelfen.
Gruß Peter
bekomme Marlin nicht auf mein Ramps aufgespielt. Folgendes Setup ist vorhanden:
Ramps - Link
Marlin - Link
u8glib - Link
Arduino 1.6.9
Sobald ich #define DOGLCD // Full graphics display auswähle und überprüfe erhalte ich folgende Fehlermeldung:
Arduino: 1.6.9 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\ultralcd.cpp:75:0:
dogm_lcd_implementation.h:160: error: 'DOGLCD_CS' was not declared in this scope
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^
dogm_lcd_implementation.h:160: error: 'DOGLCD_A0' was not declared in this scope
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^
exit status 1
'DOGLCD_CS' was not declared in this scope
Was mache ich hier falsch, ich hoffe ihr könnt mir weiterhelfen.
Gruß Peter