Ooops on line 353 of LCD.cpp, I should have deleted one more comment.
It should read as per the second last line
#ifdef DFROBOT
static uint8_t const buttonMappings[] PROGMEM = {
2, 0, 3, 3, 0, 0, 0, 4, 4, 0, 0, 0, 1, 1, 0, 0,
0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
#else...