Greywolf was sorta on the right track
ATM you have the standard 20x4 alpha numeric display enabled in the config.h file as
replace the above with
and you will need to install the u8glib folder
ATM you have the standard 20x4 alpha numeric display enabled in the config.h file as
Quote
// The RepRapDiscount Smart Controller (white PCB)
// [reprap.org]
#define REPRAP_DISCOUNT_SMART_CONTROLLER
// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// [reprap.org]
//#define G3D_PANEL
// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
// [reprap.org]
//
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [code.google.com]
//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
replace the above with
Quote
// The RepRapDiscount Smart Controller (white PCB)
// [reprap.org]
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
// The GADGETS3D G3D LCD/SD Controller (blue PCB)
// [reprap.org]
//#define G3D_PANEL
// The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB)
// [reprap.org]
//
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [code.google.com]
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
and you will need to install the u8glib folder