Hi Bob,

I switched over to RC-Bugfix and ran into problems compiling. With NO modifications to any of the files it compiles OK, but to get the LCD working I need to un-comment the following in Configuration.h

Line 1101 #define DOGLCD // Full graphics display

I can still compile after this.

Next un-comment

Line 1253 #define REPRAP_DISCOUNT_SMART_CONTROLLER

Now the compile fails with:

In file included from sketch\ultralcd.cpp:56:0:

ultralcd_impl_DOGM.h:183: error: 'DOGLCD_CS' was not declared in this scope
U8GLIB_DOGM128_2X u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0 // 4 stripes
.................................................. ..............^
ultralcd_impl_DOGM.h:183: error: 'DOGLCD_A0' was not declared in this scope

U8GLIB_DOGM128_2X u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0 // 4 stripes
.............................................^
exit status 1
'DOGLCD_CS' was not declared in this scope

Unfortunately beyond my expertise to sort that out.

Barry