In file included from sketch\ultralcd.cpp:39:0:
dogm_lcd_implementation.h:87:20: error: 'DOGLCD_CS' was not declared in this scope
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^~~~~~~
sketch\dogm_lcd_implementation.h:87:20: note: suggested alternative: 'DOGLCD'
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^~~~~
DOGLCD
dogm_lcd_implementation.h:87:31: error: 'DOGLCD_A0' was not declared in this scope
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^~~~~
sketch\dogm_lcd_implementation.h:87:31: note: suggested alternative: 'DOGLCD'
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
^~~~~~~
DOGLCD
exit status 1
'DOGLCD_CS' was not declared in this scope